|
solver
1.0
|
Structure storing a solution of an Integer Linear Programming problem. More...
#include <SolverInterface.h>
Collaboration diagram for SolutionILP:Public Attributes | |
| double | criterion |
| The criterion value of the solution. | |
| double | bound |
| The best known lower or upper bound. | |
| std::vector< double > | solution |
| The best found solution. | |
| Status | status |
| Solution status, see Status enum. | |
Structure storing a solution of an Integer Linear Programming problem.
Definition at line 46 of file SolverInterface.h.
1.8.9.1