/home/coin/SVN-release/CoinAll-1.1.0/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 
00020 #endif

Generated on Sun Nov 14 14:06:28 2010 for Coin-All by  doxygen 1.4.7