Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aig-hagen/inconsistency-measurement-ltl
https://github.com/aig-hagen/inconsistency-measurement-ltl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aig-hagen/inconsistency-measurement-ltl
- Owner: aig-hagen
- Created: 2023-04-06T16:11:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T20:17:17.000Z (6 months ago)
- Last Synced: 2024-07-09T01:32:49.190Z (6 months ago)
- Language: C++
- Size: 3.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 stateExample: ```./im_app ../data/bpi_2012_75_12-5_12-5LTL.txt contension-ltl 5```