| SolverConfig-class {RSCAT} | R Documentation |
MIP solver configuration
Description
An S4 Class to represent parameters of the MIP solver configuration.
Slots
absGapthe absolute gap target to terminate the MIP solving.
relGapthe relative gap target to terminate the MIP solving.
intTolthe 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]