00001 /* $Id: rlt_cuts.hpp 508 2011-02-15 21:52:44Z pbelotti $ 00002 * 00003 * Name: rlt_cuts.hpp 00004 * Author: Andrea Qualizza 00005 * Purpose: 00006 * 00007 * This file is licensed under the Eclipse Public License (EPL) 00008 */ 00009 00010 #ifndef RLT_CUTS_HPP 00011 #define RLT_CUTS_HPP 00012 00013 #include <CglCutGenerator.hpp> 00014 #include <tracer.hpp> 00015 00016 00017 void rltCutsGen(const double *sol, int n, OsiCuts &cs, double *lb, double *ub, int m, Tracer *tracer); 00018 00019 #endif