SolverConfig-class: MIP solver configuration

Description Slots

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.


RSCAT documentation built on Oct. 12, 2021, 5:06 p.m.