Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aig-hagen/serialisability-solver


https://github.com/aig-hagen/serialisability-solver

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# serial-solver v1.0 (02-2023)

Compile via
```
./build.sh
```

Implements the problems [DS-PR, DS-UC, EE-UC, EE-IT, CE-IT] and supports the
TGF format for abstract argumentation frameworks.

Works with an integrated cryptominisat5 solver.

Also supports any external SAT solver that can read dimacs input from .
Build the SAT solver seperately and provide the link to the executable in 'serial-solver.sh'.

Example usage:
```
./serial-solver.sh -p DS-PR -fo tgf -f -a
```