Scippy

SoPlex

Sequential object-oriented simPlex

lprowbase.h File Reference

(In)equality for LPs. More...

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

Go to the source code of this file.

Classes

class  LPRowBase< R >
 (In)equality for LPs.Class LPRowBase provides constraints for linear programs in the form

\[ l \le a^Tx \le r, \]

where a is a DSVector. l is referred to as left hand side, r as right hand side and a as row vector or the constraint vector. l and r may also take values $\pm$ infinity. This static member is predefined, but may be overridden to meet the needs of the LP solver to be used. More...

 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

(In)equality for LPs.

Definition in file lprowbase.h.