Last change
on this file since 490 was
490,
checked in by pbelotti, 10 years ago
|
cut repeated (EPL)...
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
497 bytes
|
Line | |
---|
1 | /* $Id: CrossConvGenCuts.cpp 490 2011-01-14 16:07:12Z pbelotti $ |
---|
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) const { |
---|
20 | |
---|
21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.