coin-Bcp
BB_init.hpp
Go to the documentation of this file.
1 // Copyright (C) 2003, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 
4 #ifndef _BB_INIT_H
5 #define _BB_INIT_H
6 
7 #include "BCP_USER.hpp"
8 
9 class BB_init : public USER_initialize {
10 
11 public:
12 
13  virtual BCP_tm_user * tm_init(BCP_tm_prob& p,
14  const int argnum,
15  const char * const * arglist);
16 
17  virtual BCP_lp_user * lp_init(BCP_lp_prob& p);
18 
20 };
21 
22 #endif
NO OLD DOC.
Definition: BCP_lp.hpp:102
The BCP_lp_user class is the base class from which the user can derive a problem specific class to be...
Definition: BCP_lp_user.hpp:75
This class is an abstract base class for the initializer class the user has to provide.
Definition: BCP_USER.hpp:160
NO OLD DOC.
Definition: BCP_tm.hpp:136
virtual BCP_lp_user * lp_init(BCP_lp_prob &p)
virtual BCP_user_pack * packer_init(BCP_user_class *p)
The BCP_tm_user class is the base class from which the user can derive a problem specific class to be...
Definition: BCP_tm_user.hpp:58
virtual BCP_tm_user * tm_init(BCP_tm_prob &p, const int argnum, const char *const *arglist)