/home/coin/SVN-release/OS-2.0.1/Couenne/src/expression/operators/exprIf.hpp

Go to the documentation of this file.
00001 /* $Id: exprIf.hpp 154 2009-06-16 18:52:53Z pbelotti $ */
00002 /*
00003  * Name:    exprIf.hpp
00004  * Author:  Pietro Belotti
00005  * Purpose: definition of the exprIf class that implements the ifnl AMPL operator
00006  *
00007  * (C) Carnegie-Mellon University, 2007. 
00008  * This file is licensed under the Common Public License (CPL)
00009  */
00010 
00011 #ifndef EXPRIF_HPP
00012 #define EXPRIF_HPP
00013 
00014 #include "exprOp.hpp"
00015 
00016 class exprIf: public exprOp {
00017 
00018 }
00019 
00020 #endif

Generated on Thu Oct 8 03:02:56 2009 by  doxygen 1.4.7