grb 3.0.1

A Rust API for Gurobi optimizer
Documentation
1
2
3
4
5
6
This attribute is used to query the objective value of the $k$-th solution stored in the pool of feasible solutions
found so far for the problem. You set $k$ using the SolutionNumber parameter.

The number of stored solutions can be queried using the `SolCount` attribute.

Please consult the section on Solution Pools for a more detailed discussion of this topic.