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
OsiSym
OsiSymSolverParameters.hpp
Go to the documentation of this file.
1
/*===========================================================================*/
2
/* */
3
/* This file is part of the SYMPHONY Branch, Cut, and Price Callable */
4
/* Library. */
5
/* */
6
/* SYMPHONY was jointly developed by Ted Ralphs (tkralphs@lehigh.edu) and */
7
/* Laci Ladanyi (ladanyi@us.ibm.com). */
8
/* */
9
/* (c) Copyright 2004-2006 Ted Ralphs and Lehigh University. */
10
/* All Rights Reserved. */
11
/* */
12
/* The authors of this file are Menal Guzelsoy and Ted Ralphs */
13
/* */
14
/* This software is licensed under the Common Public License. Please see */
15
/* accompanying file for terms. */
16
/* */
17
/*===========================================================================*/
18
19
#ifndef OsiSymSolverParameters_hpp
20
#define OsiSymSolverParameters_hpp
21
22
enum
OsiSymIntParam
{
24
OsiSymVerbosity
,
25
OsiSymNodeLimit
,
26
OsiSymFindFirstFeasible
,
27
OsiSymSearchStrategy
,
28
OsiSymUsePermanentCutPools
,
29
OsiSymKeepWarmStart
,
30
OsiSymDoReducedCostFixing
,
31
OsiSymMCFindSupportedSolutions
,
32
OsiSymSensitivityAnalysis
,
33
OsiSymRandomSeed
,
34
OsiSymDivingStrategy
,
35
OsiSymDivingK
,
36
OsiSymDivingThreshold
,
37
OsiSymTrimWarmTree
,
38
OsiSymGenerateCglGomoryCuts
,
39
OsiSymGenerateCglKnapsackCuts
,
40
OsiSymGenerateCglOddHoleCuts
,
41
OsiSymGenerateCglProbingCuts
,
42
OsiSymGenerateCglFlowAndCoverCuts
,
43
OsiSymGenerateCglRoundingCuts
,
44
OsiSymGenerateCglLiftAndProjectCuts
,
45
OsiSymGenerateCglCliqueCuts
46
};
47
48
enum
OsiSymDblParam
{
53
OsiSymGranularity
,
54
OsiSymTimeLimit
,
55
OsiSymGapLimit
,
56
OsiSymUpperBound
,
57
OsiSymLowerBound
58
};
59
60
enum
OsiSymStrParam
{
61
};
62
63
#endif
Generated on Mon Mar 17 2014 19:54:48 by
1.8.1.2