







![]() ![]() ![]() |
Optimization Framework |
GurobiSolverConfiguration Properties |
GurobiSolverConfiguration Class See Also Send Feedback |
The GurobiSolverConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CalculateDuals |
Gets or sets a value indicating whether duals shall be calculated or not.
|
![]() | CallbackEndpoint |
This endpoint will be used to enable communication between solvers
(Inherited from SolverConfiguration.) |
![]() | ComputeIIS |
Gets or sets a value indicating whether the IIS shall be computed. If false, the solution will return null in the ConflictingSet property - default is true
|
![]() | ConfigFile |
Gets or sets the config file.
|
![]() | FeasibilityTolerance |
Primal feasibility tolerance. All constraints must be satisfied to a tolerance of FeasibilityTol.
|
![]() | GetGlobalIncumbent | (Inherited from SolverConfiguration.) |
![]() | IntegerFeasibilityTolerance |
Integer feasibility tolerance (MIP only). An integrality restriction on a variable is considered satisfied when the variable's value is less than IntFeasTol from the nearest integer value.
|
![]() | MIPGap |
Relative MIP optimality gap (MIP only). The MIP solver will terminate (with an optimal result) when the relative gap between the lower and upper objective bound is less than MIPGap times the upper bound.
|
![]() | MIPGapAbs |
Absolute MIP optimality gap (MIP only). The MIP solver will terminate (with an optimal result) when the absolute gap between the lower and upper objective bound is less than MIPGapAbs.
|
![]() | NewBestBoundFound |
This action is executed whenever a new best bound is found
(Inherited from SolverConfiguration.) |
![]() | NewIncumbentFound |
This action is executed whenever a new incumbent is found
(Inherited from SolverConfiguration.) |
![]() | OptimalityTolerance |
Dual feasibility tolerance. Reduced costs must all be smaller than OptimalityTol in the improving direction in order for a model to be declared optimal.
|
![]() | OutputFile |
Gets or sets the output file
|
![]() | PartialProblemsNeeded |
A method that decides if a partial problem should be created.
(Inherited from SolverConfiguration.) |
![]() | SendPartialProblems |
A method that sends partial problems over the wire
(Inherited from SolverConfiguration.) |
![]() | TimeLimit |
Limits the total time expended (in seconds). Note that all runtimes in the Gurobi Optimizer are wall-clock times.
|
![]() | UseHeuristicCallback |
Indicates if the solver should activate its provided HeuristicCallback
This will make the solver use injected solutions from other solvers
(Inherited from SolverConfiguration.) |