diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2016-09-05 23:54:44 +0300 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2016-09-05 23:54:44 +0300 |
commit | ca93730781ac2a6559e16a6203786073b1cbd514 (patch) | |
tree | f245b86fa6036b28dcf8045e2e5a8c36c18890c6 /src/base/exor | |
parent | 198fe99416cdc4cb8ec131f190024bb1d5608efa (diff) | |
download | abc-ca93730781ac2a6559e16a6203786073b1cbd514.tar.gz abc-ca93730781ac2a6559e16a6203786073b1cbd514.tar.bz2 abc-ca93730781ac2a6559e16a6203786073b1cbd514.zip |
Experimental code for polynomial construction.
Diffstat (limited to 'src/base/exor')
-rw-r--r-- | src/base/exor/exor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/exor/exor.c b/src/base/exor/exor.c index 052362e5..2310de5f 100644 --- a/src/base/exor/exor.c +++ b/src/base/exor/exor.c @@ -78,6 +78,7 @@ extern int s_fDecreaseLiterals; SeeAlso [] ***********************************************************************/ +/* static int QCost[16][16] = { { 1}, // 0 @@ -90,6 +91,7 @@ static int QCost[16][16] = { 56, 56, 56, 56, 58, 60, 62, 64}, // 7 { 0 } }; +*/ int GetQCost( int nVars, int nNegs ) { int Extra; |