Clp  1.17.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
139 };
140 
141 #endif
142 
143 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
144 */
Just a marker, so that OsiSolverInterface can allocate a static sized array to store parameters...
Whether to do a presolve in initialSolve.
Dual feasibility tolerance.
Iteration limit for initial solve and resolve.
Iteration limit for hot start.
Whether to use a dual algorithm in resolve.
The name of the loaded problem.
The name of the solver.
The value of any constant term in the objective function.
Dual objective limit.
Primal objective limit.
Whether to use a dual algorithm in initialSolve.
Whether to reduce amount of printout, e.g., for branch and cut.
Handling of row and column names.
Whether to create a non-slack basis (only in initialSolve)
And this means throw an exception if not possible.
Primal feasibility tolerance.
This means do hint if at all possible.
Whether to scale problem.
This means it is only a hint.
Ignore hint (default)
Whether to do a presolve in resolve.
Whether we are in branch and cut - so can modify behavior.