Scippy

SoPlex

Sequential object-oriented simPlex

lpcolbase.h File Reference

LP column. More...

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

Go to the source code of this file.

Classes

class  LPColBase< R >
 LP column.Class LPColBase 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 LPColBase 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 lpcolbase.h.