(In)equality for LPs. More...
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\) #R(infinity). This static member is predefined, but may be overridden to meet the needs of the LP solver to be used. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
(In)equality for LPs.
Definition in file lprowbase.h.