/home/coin/SVN-release/OS-2.4.0/Bcp/examples/MCF-3/include/MCF3_init.hpp

Go to the documentation of this file.
00001 #ifndef MCF3_init_hpp
00002 #define MCF3_init_hpp
00003 
00004 #include "BCP_USER.hpp"
00005 
00006 class MCF3_init : public USER_initialize {
00007 public:
00008   virtual BCP_user_pack* packer_init(BCP_user_class* p);
00009   virtual BCP_tm_user* tm_init(BCP_tm_prob& p,
00010                                const int argnum, const char * const * arglist);
00011   virtual BCP_lp_user* lp_init(BCP_lp_prob& p);
00012 };
00013 
00014 #endif

Generated on Thu Sep 22 03:05:51 2011 by  doxygen 1.4.7