00001 /* $Id: OS.cpp 2698 2009-06-09 04:14:07Z kmartin $ */ 00002 // Copyright (C) 2003, International Business Machines 00003 // Corporation and others. All Rights Reserved. 00004 00005 #include "OS.hpp" 00006 #include "CoinPackedMatrix.hpp" 00007 00008 /****************************************************************************/ 00009 OS_prob::OS_prob() : 00010 EPSILON(1e-8), 00011 osinstance( NULL), 00012 osilreader( NULL) 00013 {} 00014 00015 /****************************************************************************/ 00016 OS_prob::~OS_prob() 00017 { 00018 std::cout << "inside OS_prob destructor" << std::endl; 00019 00020 }