Toggle navigation
SCIP Optimization Suite
SCIP
SoPlex
ZIMPL
UG
GCG
Documentation
SoPlex 7.1.2
SoPlex 6.0.3
SoPlex 5.0.2
SoPlex 4.0.2
SoPlex 3.1.0
SoPlex 3.0.1
SoPlex 2.2.1
SoPlex
Sequential object-oriented simPlex
src
soplex
lprowset.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-2019 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 lprowset.h
17
* @brief Set of LP columns.
18
*/
19
#ifndef _LPROWSET_H_
20
#define _LPROWSET_H_
21
22
#include "
soplex/spxdefines.h
"
23
#include "
soplex/lprowsetbase.h
"
24
25
namespace
soplex
26
{
27
typedef
LPRowSetBase< Real >
LPRowSet
;
28
typedef
LPRowSetBase< Real >
LPRowSetReal
;
29
typedef
LPRowSetBase< Rational >
LPRowSetRational
;
30
}
// namespace soplex
31
#endif // _LPROWSET_H_
soplex::LPRowSet
LPRowSetBase< Real > LPRowSet
Definition:
lprowset.h:27
spxdefines.h
Debugging, floating point type and parameter definitions.
soplex::LPRowSetRational
LPRowSetBase< Rational > LPRowSetRational
Definition:
lprowset.h:29
soplex
Everything should be within this namespace.
soplex::LPRowSetReal
LPRowSetBase< Real > LPRowSetReal
Definition:
lprowset.h:28
soplex::LPRowSetBase< Real >
lprowsetbase.h
Set of LP columns.