Last change
on this file since 946 was
946,
checked in by stefan, 8 years ago
|
merge r945 from trunk: allow compiling against Cgl 0.58
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
561 bytes
|
Line | |
---|
1 | /* $Id: CrossConvGenCuts.cpp 946 2013-04-15 22:20:38Z stefan $ |
---|
2 | * |
---|
3 | * Name: CrossConvGenCuts.cpp |
---|
4 | * Author: Pietro Belotti |
---|
5 | * Purpose: Convexification cuts on redundant relationships between auxiliaries |
---|
6 | * |
---|
7 | * (C) Pietro Belotti, 2010. |
---|
8 | * This file is licensed under the Eclipse Public License (EPL) |
---|
9 | */ |
---|
10 | |
---|
11 | #include "CglCutGenerator.hpp" |
---|
12 | #include "CouenneCrossConv.hpp" |
---|
13 | |
---|
14 | using namespace Couenne; |
---|
15 | |
---|
16 | /// the main CglCutGenerator |
---|
17 | void CouenneCrossConv::generateCuts (const OsiSolverInterface &, |
---|
18 | OsiCuts &, |
---|
19 | const CglTreeInfo) |
---|
20 | #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 |
---|
21 | const |
---|
22 | #endif |
---|
23 | { |
---|
24 | |
---|
25 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.