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

CoinWarmStart.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2000, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 
00004 #ifndef CoinWarmStart_H
00005 #define CoinWarmStart_H
00006 
00007 //#############################################################################
00008 
00017 class CoinWarmStart {
00018 public:
00019 
00021   virtual ~CoinWarmStart() {} ;
00022 
00024   virtual CoinWarmStart *clone() const = 0 ;
00025 };
00026 
00027 
00036 class CoinWarmStartDiff
00037 
00038 { public:
00039 
00041   virtual ~CoinWarmStartDiff() {} ;
00042 
00044   virtual CoinWarmStartDiff *clone() const = 0 ;
00045 } ;
00046 
00047 
00048 
00049 
00050 #endif

Generated on Wed Dec 3 14:34:24 2003 for Coin by doxygen 1.3.5