lpinterface
 All Classes Namespaces Files Functions Variables Enumerations Enumerator
Public Attributes | List of all members
lpint::Solution< T > Struct Template Reference

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.
 
objective_value
 Value of the objective $c^T x$.
 

Detailed Description

template<typename T>
struct lpint::Solution< T >

Struct representing the solution of a linear program.

Template Parameters
TType of elements in the solution vector $x$.

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