@@ -64,14 +64,14 @@ def gen_modules(version):
64
64
"src/appmc_constants.cpp" ,
65
65
"src/counter.cpp" ,
66
66
"python/cryptominisat/python/src/GitSHA1.cpp" ,
67
+ "python/cryptominisat/src/backbone.cpp" ,
67
68
"python/cryptominisat/src/cardfinder.cpp" ,
68
69
"python/cryptominisat/src/ccnr_cms.cpp" ,
69
70
"python/cryptominisat/src/ccnr.cpp" ,
70
71
"python/cryptominisat/src/clauseallocator.cpp" ,
71
72
"python/cryptominisat/src/clausecleaner.cpp" ,
72
73
"python/cryptominisat/src/cnf.cpp" ,
73
74
"python/cryptominisat/src/completedetachreattacher.cpp" ,
74
- "python/cryptominisat/src/cryptominisat_c.cpp" ,
75
75
"python/cryptominisat/src/cryptominisat.cpp" ,
76
76
"python/cryptominisat/src/datasync.cpp" ,
77
77
"python/cryptominisat/src/distillerbin.cpp" ,
@@ -88,6 +88,7 @@ def gen_modules(version):
88
88
"python/cryptominisat/src/matrixfinder.cpp" ,
89
89
"python/cryptominisat/src/occsimplifier.cpp" ,
90
90
"python/cryptominisat/src/packedrow.cpp" ,
91
+ "python/cryptominisat/src/probe.cpp" ,
91
92
"python/cryptominisat/src/propengine.cpp" ,
92
93
"python/cryptominisat/src/reducedb.cpp" ,
93
94
"python/cryptominisat/src/sccfinder.cpp" ,
@@ -100,6 +101,7 @@ def gen_modules(version):
100
101
"python/cryptominisat/src/str_impl_w_impl.cpp" ,
101
102
"python/cryptominisat/src/subsumeimplicit.cpp" ,
102
103
"python/cryptominisat/src/subsumestrengthen.cpp" ,
104
+ "python/cryptominisat/src/vardistgen.cpp" ,
103
105
"python/cryptominisat/src/varreplacer.cpp" ,
104
106
"python/cryptominisat/src/xorfinder.cpp" ,
105
107
"python/cryptominisat/src/oracle/oracle.cpp" ,
@@ -108,8 +110,10 @@ def gen_modules(version):
108
110
"python/arjun/src/arjun.cpp" ,
109
111
"python/arjun/src/backward.cpp" ,
110
112
"python/arjun/src/common.cpp" ,
111
- "python/arjun/python/src/GitSHA1.cpp" ,
113
+ "python/arjun/src/extend.cpp" ,
114
+ "python/arjun/src/puura.cpp" ,
112
115
"python/arjun/src/simplify.cpp" ,
116
+ "python/arjun/python/src/GitSHA1.cpp" ,
113
117
],
114
118
depends = [
115
119
"python/sbva/src/getdelim.h" ,
0 commit comments