You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `objective_value` method to `SolvedModel`
Add a method to `SolvedModel` to retrieve the objective value for the solution. If the model failed to solve, this value may not be meaningful.
Closes#25.
* Clarify that returned value is zero in case of error
* Add tests
0 commit comments