SolverConfig-class {RSCAT} | R Documentation |
MIP solver configuration
Description
An S4 Class to represent parameters of the MIP solver configuration.
Slots
absGap
the absolute gap target to terminate the MIP solving.
relGap
the relative gap target to terminate the MIP solving.
intTol
the integer tolerance for the MIP solving. if the solution x is between -intTol and intTol, x <= 0 is true if the value of x is at most intTol. x > 0 is fulfilled if x > intTol.
[Package RSCAT version 1.1.3 Index]