Main Page
Related Pages
Classes
Files
File List
File Members
var
build
temp
tmp.iNUydw9Gfm
4.0-0-0
coinor-osi
coinor-osi-0.103.0
Osi
src
OsiSolverParameters.hpp
Go to the documentation of this file.
1
// Copyright (C) 2000, International Business Machines
2
// Corporation and others. All Rights Reserved.
3
4
#ifndef OsiSolverParameters_H
5
#define OsiSolverParameters_H
6
7
enum
OsiIntParam
{
11
OsiMaxNumIteration
= 0,
15
OsiMaxNumIterationHotStart
,
34
OsiNameDiscipline
,
37
OsiLastIntParam
38
};
39
40
enum
OsiDblParam
{
44
OsiDualObjectiveLimit
= 0,
48
OsiPrimalObjectiveLimit
,
51
OsiDualTolerance
,
54
OsiPrimalTolerance
,
56
OsiObjOffset
,
59
OsiLastDblParam
60
};
61
62
63
enum
OsiStrParam
{
66
OsiProbName
= 0,
68
OsiSolverName
,
71
OsiLastStrParam
72
};
73
74
enum
OsiHintParam
{
76
OsiDoPresolveInInitial
= 0,
79
OsiDoDualInInitial
,
81
OsiDoPresolveInResolve
,
84
OsiDoDualInResolve
,
86
OsiDoScale
,
88
OsiDoCrash
,
90
OsiDoReducePrint
,
92
OsiDoInBranchAndCut
,
95
OsiLastHintParam
96
};
97
98
enum
OsiHintStrength
{
100
OsiHintIgnore
= 0,
102
OsiHintTry
,
104
OsiHintDo
,
106
OsiForceDo
107
};
108
109
#endif
Generated on Mon Mar 17 2014 19:54:48 by
1.8.1.2