OS.cpp
Go to the documentation of this file.
1 /* $Id: OS.cpp 2698 2009-06-09 04:14:07Z kmartin $ */
2 // Copyright (C) 2003, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 
5 #include "OS.hpp"
6 #include "CoinPackedMatrix.hpp"
7 
8 /****************************************************************************/
10  EPSILON(1e-8),
11  osinstance( NULL),
12  osilreader( NULL)
13  {}
14 
15 /****************************************************************************/
17 {
18  std::cout << "inside OS_prob destructor" << std::endl;
19 
20 }
OS_prob()
Default constructor.
Definition: OS.cpp:9
void fint fint fint real fint real real real real real real real real real * e
#define EPSILON
~OS_prob()
Default destructor.
Definition: OS.cpp:16
OSInstance * osinstance