Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoiro committed Nov 9, 2024
1 parent 4d4a66a commit cbe60be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ltl-learning

This project implements the algorithm proposed by Neider & Gavran in their 2018 article [Learning Temporal Properties](https://arxiv.org/abs/1806.03953) using Python3 and the Z3 SAT solver (more specifically its python bindings z3py), allowing to learn an LTL Formula from traces containing ultimately periodic words.
This project implements the algorithm proposed by Neider & Gavran in their 2018 article [Learning Temporal Properties](https://arxiv.org/abs/1806.03953) using Python3 and the Z3 SAT solver (more specifically its python bindings z3-solver), allowing to learn an LTL Formula from traces containing ultimately periodic words.

This tool supports the traces being input as JSON files, a format easily readable both by humans and machines, allowing easy setup of simulation data.

Expand Down

0 comments on commit cbe60be

Please sign in to comment.