Toggle navigation
SCIP Optimization Suite
SCIP
SoPlex
ZIMPL
UG
GCG
Documentation
SoPlex 7.1.4
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
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
soplex-root
src
ssvector.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
17
/**@file ssvector.h
18
* @brief Semi sparse vector.
19
*/
20
#ifndef _SSVECTOR_H_
21
#define _SSVECTOR_H_
22
23
#include "
spxdefines.h
"
24
#include "
basevectors.h
"
25
26
namespace
soplex
27
{
28
typedef
SSVectorBase<Real>
SSVector
;
29
typedef
SSVectorBase<Real>
SSVectorReal
;
30
typedef
SSVectorBase<Rational>
SSVectorRational
;
31
}
// namespace soplex
32
#endif // _SSVECTOR_H_
soplex::SSVectorRational
SSVectorBase< Rational > SSVectorRational
Definition:
ssvector.h:30
soplex::SSVectorBase< Real >
soplex::SSVectorReal
SSVectorBase< Real > SSVectorReal
Definition:
ssvector.h:29
spxdefines.h
Debugging, floating point type and parameter definitions.
basevectors.h
Collection of dense, sparse, and semi-sparse vectors.
soplex
Everything should be within this namespace.
soplex::SSVector
SSVectorBase< Real > SSVector
Definition:
ssvector.h:28