solver  1.0
Public Attributes | List of all members
SolutionILP Struct Reference

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.
 

Detailed Description

Structure storing a solution of an Integer Linear Programming problem.

Definition at line 46 of file SolverInterface.h.


The documentation for this struct was generated from the following file: