/home/coin/SVN-release/OS-2.4.2/Couenne/src/expression/operators/CouenneExprPWLinear.hpp

Go to the documentation of this file.
00001 /* $Id: CouenneExprPWLinear.hpp 490 2011-01-14 16:07:12Z pbelotti $
00002  *
00003  * Name:    exprPWLinear.hpp
00004  * Author:  Pietro Belotti
00005  * Purpose: definition of the exprPWLinear class implementing piecewise linear functions
00006  *
00007  * (C) Carnegie-Mellon University, 2007. 
00008  * This file is licensed under the Eclipse Public License (EPL)
00009  */
00010 
00011 #ifndef EXPRPWLINEAR_HPP
00012 #define EXPRPWLINEAR_HPP
00013 
00014 #include "CouenneExprOp.hpp"
00015 
00016 namespace Couenne {
00017 
00018 class exprPWLinear: public exprOp {
00019 
00020 };
00021 
00022 }
00023 
00024 #endif

Generated on Wed Nov 30 03:04:02 2011 by  doxygen 1.4.7