#include "BCP_error.hpp"#include "BCP_message_single.hpp"

Go to the source code of this file.
Classes | |
| class | BCP_user_data |
| class | USER_initialize |
| This class is an abstract base class for the initializer class the user has to provide. More... | |
Functions | |
| int | bcp_main (int argc, char *argv[], USER_initialize *user_init) |
| This is the function the user must invoke when (s)he is ready to turn contrl over to BCP. | |
| int bcp_main | ( | int | argc, | |
| char * | argv[], | |||
| USER_initialize * | user_init | |||
| ) |
This is the function the user must invoke when (s)he is ready to turn contrl over to BCP.
The arguments of the function are the command line arguments and a pointer to an initializer object. That object should be derived from the USER_initialize class. Its member methods will be invoked to initialize the user controlled parts of the branch-and-cut-and-price procedure.
1.6.1