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 
87 
105 };
106 
129 };
130 
140 };
141 
142 #endif
Primal feasibility tolerance.
Iteration limit for initial solve and resolve.
Handling of row and column names.
Whether to do a presolve in resolve.
Whether to create a non-slack basis (only in initialSolve)
The value of any constant term in the objective function.
Whether to scale problem.
Whether to reduce amount of printout, e.g., for branch and cut.
The name of the solver.
Whether to use a dual algorithm in initialSolve.
Just a marker, so that OsiSolverInterface can allocate a static sized array to store parameters...
This means do hint if at all possible.
Primal objective limit.
The name of the loaded problem.
And this means throw an exception if not possible.
Iteration limit for hot start.
Whether we are in branch and cut - so can modify behavior.
Whether to do a presolve in initialSolve.
Whether to use a dual algorithm in resolve.
Dual feasibility tolerance.
This means it is only a hint.
Ignore hint (default)
Dual objective limit.