get_floor_firstReturns which branch to take first in branch-and-bound algorithm. short get_floor_first(lprec *lp); Return Value get_floor_first returns which branch to take first in branch-and-bound algorithm. 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 Remarks The get_floor_first function returns 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_file, read_LP, read_mps, read_MPS, set_floor_first, set_var_branch, get_var_branch, set_varweights, get_varpriority |