/* $Id$ * * Name: exprPWLinear.hpp * Author: Pietro Belotti * Purpose: definition of the exprPWLinear class implementing piecewise linear functions * * (C) Carnegie-Mellon University, 2007. * This file is licensed under the Eclipse Public License (EPL) */ #ifndef EXPRPWLINEAR_HPP #define EXPRPWLINEAR_HPP #include "CouenneExprOp.hpp" namespace Couenne { class COUENNELIB_EXPORT exprPWLinear: public exprOp { }; } #endif