File tree
5 files changed
+18
-34
lines changed- cadical-veripb-tracer
- core
5 files changed
+18
-34
lines changedLines changed: 6 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
|
- .env+22
- .envrc+1
- .github/runner/Dockerfile+109
- .github/runner/cache.sh+73
- .github/runner/docker-compose.yml+15
- .github/runner/start.sh+37
- .github/workflows/ci.yml+72-569
- .github/workflows/nix-github-actions.yml-33
- .github/workflows/non-linux.yml+75
- .github/workflows/pages.yml+5-25
- .github/workflows/pr-lints.yml-26
- .github/workflows/pyapi.yml+2-3
- .github/workflows/release-plz.yml+2-6
- .github/workflows/semver-checks.yml+7-36
- CHANGELOG.md+27
- Cargo.lock+77-93
- Cargo.toml+15-17
- README.md+5-4
- batsat/CHANGELOG.md+11
- batsat/README.md+10-2
- batsat/src/lib.rs+8
- cadical/CHANGELOG.md+20
- cadical/Cargo.toml+28-27
- cadical/README.md+25-12
- cadical/build.rs+26-17
- cadical/src/lib.rs+23-10
- capi/Cargo.toml+4
- capi/rustsat.h+18-18
- capi/src/encodings/am1.rs+5-5
- capi/src/encodings/card.rs+1-1
- capi/src/encodings/dpw.rs+1-1
- capi/src/encodings/pb.rs+3-3
- codegen/Cargo.toml+3
- codegen/templates/capi-ipasir-lit.j2+1-1
- flake.lock+3-3
- flake.nix+13-136
- glucose/CHANGELOG.md+12
- glucose/Cargo.toml+1-1
- glucose/README.md+10-2
- glucose/build.rs+1-1
- glucose/src/core.rs+1-1
- glucose/src/lib.rs+8
- glucose/src/simp.rs+1-1
- ipasir/CHANGELOG.md+11
- ipasir/Cargo.toml+1-1
- ipasir/README.md+10-2
- ipasir/src/lib.rs+8
- justfile+174
- kissat/CHANGELOG.md+16
- kissat/Cargo.toml+11-10
- kissat/README.md+15-2
- kissat/build.rs+18-11
- kissat/src/lib.rs+13
- minisat/CHANGELOG.md+12
- minisat/Cargo.toml+1-1
- minisat/README.md+10-2
- minisat/build.rs+1-1
- minisat/src/core.rs+1-1
- minisat/src/lib.rs+8
- minisat/src/simp.rs+1-1
- pigeons/CHANGELOG.md+12
- pigeons/Cargo.toml+2-2
- pigeons/README.md+3-3
- pigeons/src/lib.rs+1-1
- pyapi/Cargo.toml+5-2
- pyapi/README.md+1-1
- pyapi/pyproject.toml+3
- release-plz.toml+3-20
- rust-toolchain.toml+2-1
- scripts/cbindgen-header.sh-17
- scripts/check-all-features.sh-131
- scripts/dry-run-publish.sh-10
- scripts/rust-versions.sh-4
- scripts/setup-capi-tests.sh+5-1
- solvertests/Cargo.toml+4
- src/algs/maxsat.rs+1-1
- src/encodings/atomics.rs+1-1
- src/encodings/card/totalizer.rs+18-9
- src/encodings/pb/adder.rs+5-5
- src/encodings/pb/dpw.rs+6-6
- src/encodings/pb/gte.rs+17-8
- src/encodings/totdb.rs+2-1
- src/encodings/totdb/cert.rs+1-1
- src/instances.rs+8-8
- src/instances/fio/dimacs.rs+2-2
- src/instances/opt.rs+2-2
- src/lib.rs+1-1
- src/solvers/external.rs+3-3
- src/types.rs+91-20
- src/types/constraints.rs+5-5
- tools/CHANGELOG.md+12
- tools/Cargo.toml+1
- tools/README.md+2-2
- tools/src/bin/encodings.rs+2-2
- tools/src/encodings/cnf/clustering.rs+2-2
0 commit comments