OR-Tool - What is objectiveValue of Assignment model

Viewed 55

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

1 Answers
Related