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

Struct representing the objective vector. A linear program has the canonical form

\[ \max c^T x. \]

This structure represents the vector $c$. 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.
 

Detailed Description

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

Struct representing the objective vector. A linear program has the canonical form

\[ \max c^T x. \]

This structure represents the vector $c$.

Template Parameters
TType of elements in the objective vector.

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