-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 831 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "benchmarks/third-party/x-sat"]
path = benchmarks/third-party/x-sat
url = https://github.com/shaowei-cai-group/X-SAT.git
ignore = all
[submodule "benchmarks/third-party/aiger"]
path = benchmarks/third-party/aiger
url = https://github.com/arminbiere/aiger.git
ignore = all
[submodule "benchmarks/third-party/abc"]
path = benchmarks/third-party/abc
url = https://github.com/berkeley-abc/abc.git
ignore = all
[submodule "benchmarks/third-party/CnC"]
path = benchmarks/third-party/CnC
url = https://github.com/marijnheule/CnC.git
ignore = all
[submodule "benchmarks/third-party/cir_bench"]
path = benchmarks/third-party/cir_bench
url = https://github.com/santoshsmalagi/Benchmarks.git
ignore = all
[submodule "deps/cadical"]
path = deps/cadical
url = https://github.com/arminbiere/cadical.git
ignore = all