Skip to content

Commit

Permalink
LTL checking capability
Browse files Browse the repository at this point in the history
Add possibility of checking LTL properties with CEGAR.
CFA is now extended with optional accepting edges. Classes are available that convert LTL string to such CFA.
  • Loading branch information
RipplB committed Nov 27, 2024
1 parent 9c5ecbd commit 13d0f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/common/ltl-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/
plugins {
id("kotlin-common")
id("cli-tool")
}

dependencies {
implementation(project(":theta-analysis"))
implementation(Deps.clikt)
}

0 comments on commit 13d0f23

Please sign in to comment.