Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

OsiCollections.hpp File Reference

#include <vector>

Go to the source code of this file.

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 Sun Jun 11 02:00:40 2006 by  doxygen 1.3.9.1