Go to the documentation of this file.
5 #ifndef OsiSolverParameters_H
6 #define OsiSolverParameters_H
Whether to reduce amount of printout, e.g., for branch and cut.
Handling of row and column names.
And this means throw an exception if not possible.
Primal feasibility tolerance.
Whether to create a non-slack basis (only in initialSolve)
This means do hint if at all possible.
Whether to scale problem.
This means it is only a hint.
Whether to do a presolve in resolve.
Whether we are in branch and cut - so can modify behavior.
Just a marker, so that OsiSolverInterface can allocate a static sized array to store parameters.
Whether to do a presolve in initialSolve.
Iteration limit for initial solve and resolve.
Dual feasibility tolerance.
Whether to use a dual algorithm in resolve.
The name of the loaded problem.
Iteration limit for hot start.
The value of any constant term in the objective function.
Whether to use a dual algorithm in initialSolve.