set_piv_ruleSpecifies the pivot rule. void set_piv_rule(lprec *lp, short pivot_rule); Return Value set_piv_rule 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 pivot_rule The pivot rule. Can by any of the following values:
Remarks The set_piv_rule function specifies the pivot rule (rule for selecting
row and column entering/leaving). This rule can influence solving times
considerably. Depending on the model one rule can be best and for another model
another rule. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, get_piv_rule |