Bcps
0.94.5
Loading...
Searching...
No Matches
src
Bcps.h
Go to the documentation of this file.
1
/*===========================================================================*
2
* This file is part of the Branch, Constrain and Price Software (BiCePS) *
3
* *
4
* BiCePS 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
* Copyright (C) 2001-2017, Lehigh University, Yan Xu, and Ted Ralphs. *
20
* All Rights Reserved. *
21
*===========================================================================*/
22
23
#ifndef Bcps_h_
24
#define Bcps_h_
25
26
//#############################################################################
27
// Return code.
28
//#############################################################################
29
30
enum
BcpsReturnStatus
{
31
BcpsReturnStatusOk
= 0,
32
BcpsReturnStatusErr
33
};
34
35
//#############################################################################
36
37
enum
BcpsKnowledgeType
{
38
BcpsKnowledgeTypeConstraint
= 11,
39
BcpsKnowledgeTypeVariable
= 12
40
};
41
42
//#############################################################################
43
44
enum
BcpsValidRegion
{
45
BcpsValidLocal
= 0,
46
BcpsValidGlobal
47
};
48
49
//#############################################################################
50
51
#endif
52
BcpsKnowledgeType
BcpsKnowledgeType
Definition
Bcps.h:37
BcpsKnowledgeTypeVariable
@ BcpsKnowledgeTypeVariable
Definition
Bcps.h:39
BcpsKnowledgeTypeConstraint
@ BcpsKnowledgeTypeConstraint
Definition
Bcps.h:38
BcpsValidRegion
BcpsValidRegion
Definition
Bcps.h:44
BcpsValidLocal
@ BcpsValidLocal
Definition
Bcps.h:45
BcpsValidGlobal
@ BcpsValidGlobal
Definition
Bcps.h:46
BcpsReturnStatus
BcpsReturnStatus
Definition
Bcps.h:30
BcpsReturnStatusErr
@ BcpsReturnStatusErr
Definition
Bcps.h:32
BcpsReturnStatusOk
@ BcpsReturnStatusOk
Definition
Bcps.h:31
Generated by
1.10.0