Toggle navigation
SCIP Optimization Suite
SCIP
SoPlex
ZIMPL
UG
GCG
Documentation
SoPlex 8.0.0 BETA
SoPlex 7.1.6
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
spxlp.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 spxlp.h
17
* @brief Saving LPs in a form suitable for SoPlex.
18
*/
19
20
#ifndef _SPXLP_H_
21
#define _SPXLP_H_
22
23
#include "
soplex/spxdefines.h
"
24
#include "
soplex/spxlpbase.h
"
25
#include "
soplex/vector.h
"
// for compatibility
26
#include "
soplex/svector.h
"
// for compatibility
27
#include "
soplex/svset.h
"
// for compatibility
28
#include "
soplex/lprowset.h
"
// for compatibility
29
#include "
soplex/lpcolset.h
"
// for compatibility
30
#include "
soplex/lprow.h
"
// for compatibility
31
#include "
soplex/lpcol.h
"
// for compatibility
32
33
namespace
soplex
34
{
35
typedef
SPxLPBase< Real >
SPxLP
;
36
typedef
SPxLPBase< Real >
SPxLPReal
;
37
typedef
SPxLPBase< Rational >
SPxLPRational
;
38
}
// namespace soplex
39
#endif // _SPXLP_H_
lprowset.h
Set of LP columns.
soplex::SPxLPReal
SPxLPBase< Real > SPxLPReal
Definition:
spxlp.h:36
lprow.h
(In)equality for LPs.
spxlpbase.h
Saving LPs in a form suitable for SoPlex.
vector.h
Dense vector for linear algebra.
lpcol.h
LP column.
soplex::SPxLP
SPxLPBase< Real > SPxLP
Definition:
spxlp.h:35
svector.h
Sparse vectors.
soplex::SPxLPRational
SPxLPBase< Rational > SPxLPRational
Definition:
spxlp.h:37
spxdefines.h
Debugging, floating point type and parameter definitions.
soplex
Everything should be within this namespace.
soplex::SPxLPBase< Real >
lpcolset.h
Set of LP columns.
svset.h
Set of sparse vectors.