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  * @file MAiNGOdebug.h
11  *
12  * @brief File declaring pre-processor variables for debugging
13  *
14  **********************************************************************************/
15 
16 #pragma once
17 
18 // Pre-processor variable for specific additional output in MAiNGO useful for debugging
19 #undef MAiNGO_DEBUG_MODE
20 
21 // Pre-processor variable enabling infeasibility, optimality and feasibility checks for the lower bounding LP
22 #define LP__OPTIMALITY_CHECK
23 
24 // Pre-processor variable enabling writing of files for the above checks
25 #undef LP__WRITE_CHECK_FILES