Skip to content

Commit ffb1f46

Browse files
committed
Move fireability option
1 parent d7ad54d commit ffb1f46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

smpt/smpt.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ def main():
9090
type=str,
9191
help='path to reachability formulas (.xml format)')
9292

93+
parser.add_argument('--fireability',
94+
action='store_true',
95+
help="Reachability Fireability mode (Cardinality by default)")
96+
9397
group_properties.add_argument('--ltl-file',
9498
action='store',
9599
dest='path_ltl_formula',
@@ -228,10 +232,6 @@ def main():
228232
action='store_true',
229233
help="Model Checking Contest mode")
230234

231-
parser.add_argument('--fireability',
232-
action='store_true',
233-
help="Reachability Fireability mode (Cardinality by default)")
234-
235235
results = parser.parse_args()
236236

237237
print("# Hello")

0 commit comments

Comments
 (0)