/home/coin/SVN-release/Bcp-1.2.1/Bcp/examples/BAC/include/BB_init.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2003, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 
00004 #ifndef _BB_INIT_H
00005 #define _BB_INIT_H
00006 
00007 #include "BCP_USER.hpp"
00008 
00009 class BB_init : public USER_initialize {
00010 
00011 public:
00012 
00013    virtual BCP_tm_user * tm_init(BCP_tm_prob& p,
00014                                  const int argnum,
00015                                  const char * const * arglist);
00016 
00017    virtual BCP_lp_user * lp_init(BCP_lp_prob& p);
00018 
00019    virtual BCP_user_pack* packer_init(BCP_user_class* p);
00020 };
00021 
00022 #endif

Generated on Thu Jan 15 03:00:58 2009 for coin-Bcp by  doxygen 1.4.7