set_bb_floorfirstSpecifies which branch to take first in branch-and-bound algorithm. void set_bb_floorfirst(lprec *lp, int bb_floorfirst); Return Value set_bb_floorfirst has no return value. Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI bb_floorfirst Specifies which branch to take first in branch-and-bound algorithm. Can by any of the following values:
Remarks The set_bb_floorfirst function specifies which branch to take first in
branch-and-bound algorithm. This can influence solving times considerably.
Depending on the model one rule can be best and for another model another rule. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_bb_floorfirst, set_var_branch, get_var_branch, set_var_weights, get_var_priority, put_bb_branchfunc |