grb 3.0.1

A Rust API for Gurobi optimizer
Documentation
1
2
3
4
5
6
7
8
Frequency of the `RINS` heuristic. Default value (-1) chooses automatically. A value of 0 shuts off RINS. A positive
value n applies `RINS` at every n-th node of the MIP search tree.

Increasing the frequency of the `RINS` heuristic shifts the focus of the MIP search away from proving optimality, and
towards finding good feasible solutions. We recommend that you try MIPFocus, ImproveStartGap, or `ImproveStartTime`
before experimenting with this parameter.

Note: Only affects mixed integer programming (MIP) models