Struct representing the objective vector. A linear program has the canonical form
This structure represents the vector
.
More...
#include <data_objects.hpp>
Public Member Functions | |
| Objective (std::vector< T > &&vals) | |
Public Attributes | |
| std::vector< T > | values |
| Values of elements in the objective vector. | |
Struct representing the objective vector. A linear program has the canonical form
This structure represents the vector
.
| T | Type of elements in the objective vector. |
1.8.6