SoPlex Doxygen Documentation
lpcol.h File Reference

LP column. More...

#include <assert.h>
#include "spxdefines.h"
#include "dsvector.h"

Go to the source code of this file.

Classes

class  LPCol
 LP column.Class LPCol provides a datatype for storing the column of an LP a the form similar to

\[ \begin{array}{rl} \hbox{max} & c^T x \\ \hbox{s.t.} & Ax \le b \\ & l \le x \le u \end{array} \]

Hence, an LPCol consists of an objective value, a column DSVector and an upper and lower bound to the corresponding variable, which may include $\pm\infty$. However, it depends on the LP code to use, what values are actually treated as $\infty$. More...

 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

LP column.

Definition in file lpcol.h.