Couenne 0.5.8
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
18
19#ifdef COIN_HAS_SCIP
20
21#include "scip/scip.h"
22
23using namespace Couenne;
24
26extern
27SCIP_RETCODE SCIPincludeConshdlrRowcuts(
28 SCIP* scip,
29 CouenneCutGenerator* cutgenerator,
31 );
32
33#endif
34#endif
Cut Generator for linear convexifications.
general include file for different compilers