/home/coin/svn-release/OptimizationSuite-1.1.0/Bcp/src/include/BCP_USER.hpp File Reference

#include "BCP_error.hpp"
#include "BCP_message_single.hpp"
Include dependency graph for BCP_USER.hpp:
This graph shows which files directly or indirectly include this file:

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.

Function Documentation

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.


Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1