in this example the printSolution has the log:
logger.info("Objective : " + solution.objectiveValue());
So what does it mean the objectiveValue? how it is affect to solution found? also how to edit that value? the log output the number but i dont understand
Thanks