get_max_levelReturns the deepest Branch-and-bound level of the last solution. int get_max_level(lprec *lp); Return Value get_max_level returns the deepest Branch-and-bound level of the last
solution. 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 Remarks The get_max_level function returns the deepest Branch-and-bound level of
the last solution. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLIget_total_nodes, get_total_iter |