We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ad54d commit ffb1f46Copy full SHA for ffb1f46
smpt/smpt.py
@@ -90,6 +90,10 @@ def main():
90
type=str,
91
help='path to reachability formulas (.xml format)')
92
93
+ parser.add_argument('--fireability',
94
+ action='store_true',
95
+ help="Reachability Fireability mode (Cardinality by default)")
96
+
97
group_properties.add_argument('--ltl-file',
98
action='store',
99
dest='path_ltl_formula',
@@ -228,10 +232,6 @@ def main():
228
232
action='store_true',
229
233
help="Model Checking Contest mode")
230
234
231
- parser.add_argument('--fireability',
- action='store_true',
- help="Reachability Fireability mode (Cardinality by default)")
-
235
results = parser.parse_args()
236
237
print("# Hello")
0 commit comments