Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
tmp
OS-2.10.2
Couenne
src
heuristics
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
Couenne::CouenneCutGenerator
Cut Generator for linear convexifications.
Definition:
CouenneCutGenerator.hpp:49
CouenneCutGenerator.hpp
Generated by
1.8.5