Struct representing the solution of a linear program. More...
#include <data_objects.hpp>
Public Attributes | |
| std::vector< T > | primal |
| Values in the primal solution vector. | |
| std::vector< T > | dual |
| Values in the dual solution vector. | |
| T | objective_value |
Value of the objective . | |
Struct representing the solution of a linear program.
| T | Type of elements in the solution vector . |
1.8.6