MAiNGO
returnCodes.h
Go to the documentation of this file.
1 /**********************************************************************************
2  * Copyright (c) 2019 Process Systems Engineering (AVT.SVT), RWTH Aachen University
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License 2.0 which is available at
6  * http://www.eclipse.org/legal/epl-2.0.
7  *
8  * SPDX-License-Identifier: EPL-2.0
9  *
10  **********************************************************************************/
11 
12 #pragma once
13 
14 
15 namespace maingo {
16 
17 
22 enum RETCODE {
30 };
31 
39 };
40 
49 };
50 
51 
52 namespace lbp {
53 
54 
63 };
64 
69 enum LP_RETCODE {
73 };
74 
75 
76 } // end namespace lbp
77 
78 
79 } // end namespace maingo
Definition: returnCodes.h:23
Definition: returnCodes.h:71
Definition: returnCodes.h:46
Definition: returnCodes.h:47
Definition: returnCodes.h:60
Definition: returnCodes.h:24
RETCODE
Enum for representing the return codes returned by MAiNGO after the solve() function was called...
Definition: returnCodes.h:22
LINEARIZATION_RETCODE
Enum for representing the return codes returned by the different linearization techniques.
Definition: returnCodes.h:59
Definition: returnCodes.h:26
Definition: returnCodes.h:27
TIGHTENING_RETCODE
Enum for representing the return codes returned by LowerBoundingSolvers when solving OBBT or constrai...
Definition: returnCodes.h:45
SUBSOLVER_RETCODE
Enum for representing the return codes returned by the different sub-solvers (UpperBoundingSolver, LowerBoundingSolver).
Definition: returnCodes.h:36
Definition: returnCodes.h:37
Definition: returnCodes.h:38
namespace holding all essentials of MAiNGO
Definition: aleModel.h:25
Definition: returnCodes.h:72
Definition: returnCodes.h:29
Definition: returnCodes.h:70
LP_RETCODE
Enum for representing the return codes returned when a linear program is solved.
Definition: returnCodes.h:69
Definition: returnCodes.h:28
Definition: returnCodes.h:62
Definition: returnCodes.h:48
Definition: returnCodes.h:25
Definition: returnCodes.h:61