get_total_nodesReturns the total number of nodes processed in branch-and-bound. int get_total_nodes(lprec *lp); Return Value get_total_nodes returns the total number of nodes processed in branch-and-bound of the last
solution. Parameters lp Pointer to previously created lp model. See return value of make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI Remarks The get_total_nodes function returns the total number of nodes processed in branch-and-bound of
the last solution. Example
See Also make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_max_level, get_total_iter |