Couenne  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cons_rowcuts.h
Go to the documentation of this file.
1 
11 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
12 
13 #ifndef __SCIP_CONS_ROWCUTS_H__
14 #define __SCIP_CONS_ROWCUTS_H__
15 
16 #include "CouenneCutGenerator.hpp"
17 #include "OsiSolverInterface.hpp"
18 
19 #ifdef COIN_HAS_SCIP
20 
21 #include "scip/scip.h"
22 
23 using namespace Couenne;
24 
26 extern
27 SCIP_RETCODE SCIPincludeConshdlrRowcuts(
28  SCIP* scip,
29  CouenneCutGenerator* cutgenerator,
30  OsiSolverInterface* milp
31  );
32 
33 #endif
34 #endif
Cut Generator for linear convexifications.