NTU-ALComLab / MCC2021

Files to participate in the Model Counting Competition 2021
1 stars 0 forks source link

MCC2021

Files to participate in the Model Counting Competition 2021

Usage

Execute the solver in the directory ./bin as follows:

./starexec_run_default <model counting dimacs file>

For example:

./starexec_run_default ../examples/pmc.dimacs

The script bin/ssatABC.py will convert a model counting instance from MCC2021 to an SSAT formula in sdimacs format and use a precompiled SSAT solver to solve it. A converted SSAT file is written to /tmp/ and will be cleaned after the execution.

Type make to generate an archive for uploading to StarExec.