set_max_num_invSets the maximum number of pivots between a re-inversion of the matrix. void set_max_num_inv(lprec *lp, int max_num_inv); Return Value set_max_num_inv has no return value. 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 max_num_inv The maximum number of pivots between a re-inversion of the matrix. Remarks The set_max_num_inv function sets the maximum number of pivots between a
re-inversion of the matrix. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, get_max_num_inv |