Last change
on this file since 1995 was
1910,
checked in by stefan, 7 years ago
|
- add configure option --enable-aboca={1,2,3,4,yes,no}
- compile Aboca source only if --enable-aboca set (instead of compiling empty source files)
- fix svn properties
|
-
Property svn:keywords set to
Id
|
File size:
532 bytes
|
Line | |
---|
1 | /* $Id: CoinAbcSmallFactorization4.cpp 1910 2013-01-27 02:00:13Z stefan $ */ |
---|
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 | #include "CoinAbcCommonFactorization.hpp" |
---|
7 | #ifndef ABC_JUST_ONE_FACTORIZATION |
---|
8 | #define CoinAbcTypeFactorization CoinAbcSmallFactorization |
---|
9 | #define ABC_SMALL 4 |
---|
10 | #include "CoinAbcBaseFactorization.hpp" |
---|
11 | // If we are twiddling this one has data |
---|
12 | #define FACTORS_HERE |
---|
13 | #include "CoinAbcBaseFactorization4.cpp" |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.