Osi  0.108.6
OsiSolverParameters.hpp
Go to the documentation of this file.
1 // Copyright (C) 2000, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 // This code is licensed under the terms of the Eclipse Public License (EPL).
4 
5 #ifndef OsiSolverParameters_H
6 #define OsiSolverParameters_H
7 
8 enum OsiIntParam {
50 };
51 
85 };
86 
104 };
105 
128 };
129 
138  OsiForceDo
139 };
140 
141 #endif
142 
143 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
144 */
@ OsiDualTolerance
Dual feasibility tolerance.
@ OsiPrimalObjectiveLimit
Primal objective limit.
@ OsiPrimalTolerance
Primal feasibility tolerance.
@ OsiObjOffset
The value of any constant term in the objective function.
@ OsiDualObjectiveLimit
Dual objective limit.
@ OsiLastDblParam
End marker.
@ OsiLastStrParam
End marker.
@ OsiProbName
The name of the loaded problem.
@ OsiSolverName
The name of the solver.
@ OsiHintDo
This means do hint if at all possible.
@ OsiForceDo
And this means throw an exception if not possible.
@ OsiHintTry
This means it is only a hint.
@ OsiHintIgnore
Ignore hint (default)
@ OsiDoPresolveInInitial
Whether to do a presolve in initialSolve.
@ OsiDoDualInInitial
Whether to use a dual algorithm in initialSolve.
@ OsiDoInBranchAndCut
Whether we are in branch and cut - so can modify behavior.
@ OsiDoCrash
Whether to create a non-slack basis (only in initialSolve)
@ OsiDoReducePrint
Whether to reduce amount of printout, e.g., for branch and cut.
@ OsiDoPresolveInResolve
Whether to do a presolve in resolve.
@ OsiDoScale
Whether to scale problem.
@ OsiDoDualInResolve
Whether to use a dual algorithm in resolve.
@ OsiLastHintParam
Just a marker, so that OsiSolverInterface can allocate a static sized array to store parameters.
@ OsiNameDiscipline
Handling of row and column names.
@ OsiLastIntParam
End marker.
@ OsiMaxNumIterationHotStart
Iteration limit for hot start.
@ OsiMaxNumIteration
Iteration limit for initial solve and resolve.