Skip to content

Commit 4b76bb1

Browse files
committed
Getting closer, but still not working
1 parent c8a51c7 commit 4b76bb1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

dist/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ def gen_modules(version):
6464
"src/appmc_constants.cpp",
6565
"src/counter.cpp",
6666
"python/cryptominisat/python/src/GitSHA1.cpp",
67+
"python/cryptominisat/src/backbone.cpp",
6768
"python/cryptominisat/src/cardfinder.cpp",
6869
"python/cryptominisat/src/ccnr_cms.cpp",
6970
"python/cryptominisat/src/ccnr.cpp",
7071
"python/cryptominisat/src/clauseallocator.cpp",
7172
"python/cryptominisat/src/clausecleaner.cpp",
7273
"python/cryptominisat/src/cnf.cpp",
7374
"python/cryptominisat/src/completedetachreattacher.cpp",
74-
"python/cryptominisat/src/cryptominisat_c.cpp",
7575
"python/cryptominisat/src/cryptominisat.cpp",
7676
"python/cryptominisat/src/datasync.cpp",
7777
"python/cryptominisat/src/distillerbin.cpp",
@@ -88,6 +88,7 @@ def gen_modules(version):
8888
"python/cryptominisat/src/matrixfinder.cpp",
8989
"python/cryptominisat/src/occsimplifier.cpp",
9090
"python/cryptominisat/src/packedrow.cpp",
91+
"python/cryptominisat/src/probe.cpp",
9192
"python/cryptominisat/src/propengine.cpp",
9293
"python/cryptominisat/src/reducedb.cpp",
9394
"python/cryptominisat/src/sccfinder.cpp",
@@ -100,6 +101,7 @@ def gen_modules(version):
100101
"python/cryptominisat/src/str_impl_w_impl.cpp",
101102
"python/cryptominisat/src/subsumeimplicit.cpp",
102103
"python/cryptominisat/src/subsumestrengthen.cpp",
104+
"python/cryptominisat/src/vardistgen.cpp",
103105
"python/cryptominisat/src/varreplacer.cpp",
104106
"python/cryptominisat/src/xorfinder.cpp",
105107
"python/cryptominisat/src/oracle/oracle.cpp",
@@ -108,8 +110,10 @@ def gen_modules(version):
108110
"python/arjun/src/arjun.cpp",
109111
"python/arjun/src/backward.cpp",
110112
"python/arjun/src/common.cpp",
111-
"python/arjun/python/src/GitSHA1.cpp",
113+
"python/arjun/src/extend.cpp",
114+
"python/arjun/src/puura.cpp",
112115
"python/arjun/src/simplify.cpp",
116+
"python/arjun/python/src/GitSHA1.cpp",
113117
],
114118
depends = [
115119
"python/sbva/src/getdelim.h",

0 commit comments

Comments
 (0)