Skip to content

Commit d4a3f44

Browse files
committed
output formatting
1 parent 34d8405 commit d4a3f44

15 files changed

Lines changed: 144 additions & 3275 deletions

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,9 @@ jobs:
4343
- name: Sample ProjEnum Run
4444
run: |
4545
cd scripts
46-
python run_projenum_on_modelcounting.py -i mccmc2021_track1_058.cnf
46+
python run_projenum_on_modelcounting.py -i mccmc2021_track1_058.cnf
47+
48+
- name: Sample ProjEnum Run
49+
run: |
50+
cd scripts
51+
python run_projenum_on_itemmining.py -i vote.cnf

IS_dlp_mcctrack1_002.mcc2020_cnf

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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ The command to run ``ProjEnum`` on item mining benchmark:
5555
python run_projenum_on_itemmining.py -i vote.cnf
5656
```
5757

58-
Proj-Enum runs the tree decomposer for ``100s`` to compute a cut of the Boolean formula.
5958

6059
## Benchmarks
61-
The benchmarks and artifact can be found [here](https://zenodo.org/records/13337006).
60+
The benchmarks and artifact can be found [here](https://zenodo.org/records/19473281).
6261

6362
## Reference
6463
```

0 commit comments

Comments
 (0)