MAiNGO
MAiNGOdebug.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 // Pre-processor variable for specific additional output in MAiNGO useful for debugging
15 #undef MAiNGO_DEBUG_MODE
16 
17 // Pre-processor variable enabling infeasibility, optimality and feasibility checks for the lower bounding LP
18 #define LP__OPTIMALITY_CHECK
19 
20 // Pre-processor variable enabling writing of files for the above checks
21 #undef LP__WRITE_CHECK_FILES