Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
tmp
OS-2.10.2
Couenne
src
expression
operators
CouenneExprIf.hpp
Go to the documentation of this file.
1
/* $Id: CouenneExprIf.hpp 490 2011-01-14 16:07:12Z pbelotti $
2
*
3
* Name: exprIf.hpp
4
* Author: Pietro Belotti
5
* Purpose: definition of the exprIf class that implements the ifnl AMPL operator
6
*
7
* (C) Carnegie-Mellon University, 2007.
8
* This file is licensed under the Eclipse Public License (EPL)
9
*/
10
11
#ifndef EXPRIF_HPP
12
#define EXPRIF_HPP
13
14
#include "
CouenneExprOp.hpp
"
15
16
namespace
Couenne {
17
18
class
exprIf
:
public
exprOp
{
19
20
};
21
22
}
23
24
#endif
Couenne::exprOp
general n-ary operator-type expression: requires argument list.
Definition:
CouenneExprOp.hpp:31
Couenne::exprIf
Definition:
CouenneExprIf.hpp:18
CouenneExprOp.hpp
Generated by
1.8.5