/home/coin/SVN-release/OS-2.3.2/ApplicationTemplates/branchCutPrice/Member/OS.cpp

Go to the documentation of this file.
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 }

Generated on Fri Jan 7 03:24:38 2011 by  doxygen 1.4.7