Last change
on this file since 1879 was
1878,
checked in by forrest, 7 years ago
|
minor changes to implement Aboca
|
File size:
556 bytes
|
Line | |
---|
1 | /* $Id: CoinAbcSmallFactorization3.cpp 1373 2011-01-03 23:57:44Z lou $ */ |
---|
2 | // Copyright (C) 2002, International Business Machines |
---|
3 | // Corporation and others, Copyright (C) 2012, FasterCoin. All Rights Reserved. |
---|
4 | // This code is licensed under the terms of the Eclipse Public License (EPL). |
---|
5 | |
---|
6 | #if CLP_HAS_ABC |
---|
7 | #include "CoinAbcCommonFactorization.hpp" |
---|
8 | #ifndef ABC_JUST_ONE_FACTORIZATION |
---|
9 | #define CoinAbcTypeFactorization CoinAbcSmallFactorization |
---|
10 | #define ABC_SMALL 4 |
---|
11 | #include "CoinAbcBaseFactorization.hpp" |
---|
12 | #include "CoinAbcBaseFactorization3.cpp" |
---|
13 | #endif |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.