get_var_branchReturns, for the specified variable, which branch to take first in branch-and-bound algorithm. int get_var_branch(lprec *lp, int column); Return Value get_var_branch returns which branch to take first in branch-and-bound
algorithm.
|