/home/coin/svn-release/OptimizationSuite-1.1.0/Osi/src/OsiCollections.hpp File Reference

#include <vector>
Include dependency graph for OsiCollections.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

Typedefs for Standard Template Library collections of Osi Objects.



typedef std::vector< int > OsiVectorInt
 Vector of int.
typedef std::vector< double > OsiVectorDouble
 Vector of double.
typedef std::vector< OsiColCut * > OsiVectorColCutPtr
 Vector of OsiColCut pointers.
typedef std::vector< OsiRowCut * > OsiVectorRowCutPtr
 Vector of OsiRowCut pointers.
typedef std::vector< OsiCut * > OsiVectorCutPtr
 Vector of OsiCut pointers.

Typedef Documentation

typedef std::vector<int> OsiVectorInt

Vector of int.

Definition at line 20 of file OsiCollections.hpp.

typedef std::vector<double> OsiVectorDouble

Vector of double.

Definition at line 22 of file OsiCollections.hpp.

typedef std::vector<OsiColCut *> OsiVectorColCutPtr

Vector of OsiColCut pointers.

Definition at line 24 of file OsiCollections.hpp.

typedef std::vector<OsiRowCut *> OsiVectorRowCutPtr

Vector of OsiRowCut pointers.

Definition at line 26 of file OsiCollections.hpp.

typedef std::vector<OsiCut *> OsiVectorCutPtr

Vector of OsiCut pointers.

Definition at line 28 of file OsiCollections.hpp.


Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1