SoPlex Doxygen Documentation
lprow.h File Reference

(In)equality for LPs. More...

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

Go to the source code of this file.

Classes

class  LPRow
 (In)equality for LPs.Class LPRow 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 lprow.h.