| 
    Osi
    0.108.6
    
   | 
 
#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.  More... | |
| typedef std::vector< double > | OsiVectorDouble | 
| Vector of double.  More... | |
| typedef std::vector< OsiColCut * > | OsiVectorColCutPtr | 
| Vector of OsiColCut pointers.  More... | |
| typedef std::vector< OsiRowCut * > | OsiVectorRowCutPtr | 
| Vector of OsiRowCut pointers.  More... | |
| typedef std::vector< OsiCut * > | OsiVectorCutPtr | 
| Vector of OsiCut pointers.  More... | |
| 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.
 1.8.5