Scippy

SoPlex

Sequential object-oriented simPlex

lprow.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2 /* */
3 /* This file is part of the class library */
4 /* SoPlex --- the Sequential object-oriented simPlex. */
5 /* */
6 /* Copyright (C) 1996-2016 Konrad-Zuse-Zentrum */
7 /* fuer Informationstechnik Berlin */
8 /* */
9 /* SoPlex is distributed under the terms of the ZIB Academic Licence. */
10 /* */
11 /* You should have received a copy of the ZIB Academic License */
12 /* along with SoPlex; see the file COPYING. If not email to soplex@zib.de. */
13 /* */
14 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15 
16 /**@file lprow.h
17  * @brief (In)equality for LPs.
18  */
19 #ifndef _LPROW_H_
20 #define _LPROW_H_
21 
22 #include "spxdefines.h"
23 #include "lprowbase.h"
24 
25 namespace soplex
26 {
30 } // namespace soplex
31 #endif // _LPROW_H_
LPRowBase< Rational > LPRowRational
Definition: lprow.h:29
LPRowBase< Real > LPRow
Definition: lprow.h:27
LPRowBase< Real > LPRowReal
Definition: lprow.h:28
(In)equality for LPs.Class LPRowBase provides constraints for linear programs in the form where a is...
Definition: lprowbase.h:45
Debugging, floating point type and parameter definitions.
Everything should be within this namespace.
(In)equality for LPs.