This class is used to store Gurobi input parameters.
Threadsinteger number of cores to use for processing. Defaults to 1L.
MIPGapnumeric MIP gap specifying minimum solution quality. Defaults to 0.1.
Methodinteger Algorithm to use for solving model. Defaults to 0L.
Presolveinteger code for level of computation in presolve. Defaults to 2.
TimeLimitinteger number of seconds to allow for solving. Defaults to NA_integer_, and so a time limit is not imposed.
NumberSolutionsinteger number of solutions to generate. Defaults to 1L.
MultipleSolutionsMethodcharacter name of method to obtain multiple solutions NumberSolutions > 1. Available options are 'benders.cuts' and 'solution.pool'. Defaults to 'benders.cuts'. Note that the rgurobi package must be to use the 'solution.pool' method.