Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aig-hagen/inconsistency-measurement-ltl


https://github.com/aig-hagen/inconsistency-measurement-ltl

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ASP-Based Implementations for Inconsistency Measurement in LTL
### Setup
Simply clone and build the project:
* ```git clone [email protected]:aig-hagen/inconsistency-measurement-LTL.git```
* ```cd inconsistency-measurement-LTL```
* ```mkdir build```
* ```cd build```
* ```cmake ..```
* ```make```

### Notes
* To generate a Makefile using cmake the packages bison and re2c need
to be installed, otherwise the clingo library cannot be compiled
* The directory ```data``` contains some example knowledge bases in the correct input format
* The directory ```declare_data``` contains the same knowledge bases as ```data```, but in Declare format.

### Usage
```./im_app ```
* ``````: path to knowledge base
* ``````: inconsistency measure (```contension-ltl``` or ```drastic-ltl```)
* ``````: number of final state

Example: ```./im_app ../data/bpi_2012_75_12-5_12-5LTL.txt contension-ltl 5```