You Don’t Write a Code for Solving Your Problem

Thus, with Java Solver you only concentrate on problem definition and rely on the standard problem resolution.
Minimize/Maximize Optimization Objective
If you specified an optimization objection using the method setObjective(var), you may simply call the standard JavaSolver’s method minimize() to find a solution that minimizes this objective. Similarly you may call maximize() to maximize it.


