get_total_iterReturns the total number of iterations with Branch-and-bound of the last solution. int get_total_iter(lprec *lp); Return Value get_total_iter returns the total number of iterations with
Branch-and-bound 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_total_iter function returns the total number of iterations with
Branch-and-bound of the last solution. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, get_max_level, get_total_nodes |