MAiNGO
mcForward.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 mcForward.h
11  *
12  * @brief File containing forward declaration of certain classes defined in MC++
13  * to avoid excessive dependencies.
14  *
15  **********************************************************************************/
16 
17 
22 namespace mc {
23 
24 
25 class FFVar;
26 class FFGraph;
27 struct FFSubgraph;
28 class FFOp;
29 double machprec();
30 bool isequal(const double, const double, const double, const double);
33 } // end namespace mc
namespace holding forward declaration of McCormick objects. For more info refer to the open-source li...
double machprec()
bool isequal(const double, const double, const double, const double)