Blis.h
Go to the documentation of this file.
1 /*===========================================================================*
2  * This file is part of the BiCePS Linear Integer Solver (BLIS). *
3  * *
4  * BLIS is distributed under the Eclipse Public License as part of the *
5  * COIN-OR repository (http://www.coin-or.org). *
6  * *
7  * Authors: *
8  * *
9  * Yan Xu, Lehigh University *
10  * Ted Ralphs, Lehigh University *
11  * *
12  * Conceptual Design: *
13  * *
14  * Yan Xu, Lehigh University *
15  * Ted Ralphs, Lehigh University *
16  * Laszlo Ladanyi, IBM T.J. Watson Research Center *
17  * Matthew Saltzman, Clemson University *
18  * *
19  * *
20  * Copyright (C) 2001-2013, Lehigh University, Yan Xu, and Ted Ralphs. *
21  * All Rights Reserved. *
22  *===========================================================================*/
23 
24 //#############################################################################
25 
26 #ifndef Blis_h_
27 #define Blis_h_
28 
29 #include "AlpsConfig.h"
30 #include "BcpsConfig.h"
31 #include "BlisConfig.h"
32 
33 //#############################################################################
34 
44 };
45 
46 //#############################################################################
47 
57 };
58 
59 #if 0
60 #define BLIS_ERR_LP 100
61 #define BLIS_INF 200
62 #define BLIS_UNBOUND 201
63 #define BLIS_OPTIMAL 0
64 #define BLIS_UNKNOWN 202
65 #endif
66 
67 //#############################################################################
68 
75 };
76 
83  BlisHeurStrategyBeforeRoot // Before solving first relaxation
84 };
85 
86 #if 0
87 #define BLIS_NOT_SET -555
88 #define BLIS_ROOT -2
89 #define BLIS_AUTO -1
90 #define BLIS_NONE 0
91 #endif
92 
93 //#############################################################################
94 
98 };
99 
100 //#############################################################################
101 
108 };
109 
110 //#############################################################################
111 
118 };
119 
120 //#############################################################################
121 
128 };
129 
130 //#############################################################################
131 
132 #define BLIS_CUT_DISABLE 20
133 
134 #define BLIS_HEUR_ROUND_DISABLE 1000000
135 
136 #define BLIS_PSEUDO 21
137 
138 //#############################################################################
139 
140 #endif
BlisHotStartStrategy
Definition: Blis.h:95
BlisHeurStrategy
Definition: Blis.h:77
BlisBranchingObjectType
Branching object type.
Definition: Blis.h:123
BlisLpStatus
Definition: Blis.h:35
BlisBranchingStrategy
Definition: Blis.h:102
BlisCutStrategy
Definition: Blis.h:69
BlisSolutionType
Definition: Blis.h:112
BlisReturnStatus
Definition: Blis.h:48