Skip to content

Commit

Permalink
Fix name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
mondokm committed Feb 25, 2025
1 parent 905e767 commit d5aee81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ enum Algorithm {
Boolean cegar = false;

@Parameter(
names = {"--cegar"},
names = {"--liveness-to-safety"},
description = "Use liveness to safety transformation")
Boolean livenessToSafety = false;

Expand Down

0 comments on commit d5aee81

Please sign in to comment.