coin-Bcp
CSP_init.hpp
Go to the documentation of this file.
1 // Copyright (C) 2005, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 #ifndef _CSP_INIT_H
4 #define _CSP_INIT_H
5 
6 #include "BCP_USER.hpp"
7 
9  // Declare this function if not the default single process communication is
10  // wanted
11 
12  // BCP_message_environment * msgenv_init();
14  const int argnum, const char * const * arglist);
16 };
17 
18 #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
BCP_tm_user * tm_init(BCP_tm_prob &p, const int argnum, const char *const *arglist)
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
BCP_lp_user * lp_init(BCP_lp_prob &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