get_bb_ruleReturns the branch-and-bound rule. short get_bb_rule(lprec *lp); Return Value get_bb_rule returns the branch-and-bound rule. Can by any of the following values:
Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS RemarksThe get_bb_rule function returns the branch-and-bound rule for choosing
which non-integer variable is to be selected. This rule 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_file, read_LP, read_mps, read_MPS, set_bb_rule |