10 int main(
int argc,
char* argv[])
54 const int argnum,
const char *
const * arglist)
void create_keyword_list()
Method for creating the list of keyword looked for in the parameter file.
int main(int argc, char *argv[])
char entry(const chr_params key) const
void set_default_entries()
Method for setting the default values for the parameters.
void read_from_arglist(const int argnum, const char *const *arglist)
Simply invoke reading from a stream.
BCP_vec< std::pair< BCP_string, BCP_parameter > > keys
The keyword, parameter pairs.
This class is a very simple impelementation of a constant length string.
void push_back(const_reference x)
Append x to the end of the vector.
The BCP_lp_user class is the base class from which the user can derive a problem specific class to be...
USER_initialize * BCP_user_init()
BCP_parameter_set< MCF3_par > par
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...
This class is an abstract base class for the initializer class the user has to provide.
void set_entry(const chr_params key, const char val)
virtual BCP_lp_user * lp_init(BCP_lp_prob &p)
This parameter indeintifies a single parameter entry.
int readDimacsFormat(std::istream &s, bool addDummyArcs)
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...
virtual BCP_tm_user * tm_init(BCP_tm_prob &p, const int argnum, const char *const *arglist)