Skip to content

Commit

Permalink
Merge pull request #171 from d702e20/name-change-readme
Browse files Browse the repository at this point in the history
Simple update to README.md
  • Loading branch information
asger-weirsoee authored May 27, 2021
2 parents 4c04e47 + 11f3875 commit 0561549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# atl-checker
# CGAAL

This application can do model checking of alternating-time temporal logic (ATL) on concurrent game structures (CGSs).
It uses an on-the-fly evaluation method as opposed to calculating the fixed point like PRISM does.
With this lazy method we avoid generating the whole graph, and it is therefore an order of magnitude faster in most cases.

The ATL-checker also uses a custom language to describe CGSs in a lazy manner. We call it LCGS and
CGAAL also uses a custom language to describe CGSs in a lazy manner. We call it LCGS and
its syntax is inspired by PRISM-lang, however, the concepts of synchronization and modules are very different.

## Example of how to use
Expand Down

0 comments on commit 0561549

Please sign in to comment.