Go to the documentation of this file.
5 #ifndef OsiSolverParameters_H
6 #define OsiSolverParameters_H
@ OsiDoReducePrint
Whether to reduce amount of printout, e.g., for branch and cut.
@ OsiNameDiscipline
Handling of row and column names.
@ OsiForceDo
And this means throw an exception if not possible.
@ OsiPrimalTolerance
Primal feasibility tolerance.
@ OsiDoCrash
Whether to create a non-slack basis (only in initialSolve)
@ OsiHintDo
This means do hint if at all possible.
@ OsiHintIgnore
Ignore hint (default)
@ OsiDoScale
Whether to scale problem.
@ OsiHintTry
This means it is only a hint.
@ OsiDoPresolveInResolve
Whether to do a presolve in resolve.
@ OsiLastDblParam
End marker.
@ OsiDoInBranchAndCut
Whether we are in branch and cut - so can modify behavior.
@ OsiLastIntParam
End marker.
@ OsiLastHintParam
Just a marker, so that OsiSolverInterface can allocate a static sized array to store parameters.
@ OsiDoPresolveInInitial
Whether to do a presolve in initialSolve.
@ OsiMaxNumIteration
Iteration limit for initial solve and resolve.
@ OsiDualTolerance
Dual feasibility tolerance.
@ OsiDoDualInResolve
Whether to use a dual algorithm in resolve.
@ OsiProbName
The name of the loaded problem.
@ OsiLastStrParam
End marker.
@ OsiMaxNumIterationHotStart
Iteration limit for hot start.
@ OsiSolverName
The name of the solver.
@ OsiObjOffset
The value of any constant term in the objective function.
@ OsiDoDualInInitial
Whether to use a dual algorithm in initialSolve.
@ OsiDualObjectiveLimit
Dual objective limit.
@ OsiPrimalObjectiveLimit
Primal objective limit.