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_file, read_LP, read_mps, read_MPS 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_file, read_LP, read_mps, read_MPSget_total_nodes, get_total_iter |