cons_rowcuts.h
Go to the documentation of this file.00001
00011
00012
00013 #ifndef __SCIP_CONS_ROWCUTS_H__
00014 #define __SCIP_CONS_ROWCUTS_H__
00015
00016 #include "CouenneCutGenerator.hpp"
00017 #include "OsiSolverInterface.hpp"
00018
00019 #ifdef COIN_HAS_SCIP
00020
00021 #include "scip/scip.h"
00022
00023 using namespace Couenne;
00024
00026 extern
00027 SCIP_RETCODE SCIPincludeConshdlrRowcuts(
00028 SCIP* scip,
00029 CouenneCutGenerator* cutgenerator,
00030 OsiSolverInterface* milp
00031 );
00032
00033 #endif
00034 #endif