@@ -152,7 +152,7 @@ safety_checkert::resultt bmct::execute(
152
152
if (options.is_set (" paths" ))
153
153
return safety_checkert::resultt::PAUSED;
154
154
report_success (ui_message_handler);
155
- output_graphml (resultt::SAFE, error_trace, equation, ns, options);
155
+ output_graphml (equation, ns, options);
156
156
return safety_checkert::resultt::SAFE;
157
157
}
158
158
@@ -219,7 +219,7 @@ safety_checkert::resultt bmct::stop_on_fail()
219
219
{
220
220
case decision_proceduret::resultt::D_UNSATISFIABLE:
221
221
report_success (ui_message_handler);
222
- output_graphml (resultt::SAFE, error_trace, equation, ns, options);
222
+ output_graphml (equation, ns, options);
223
223
return resultt::SAFE;
224
224
225
225
case decision_proceduret::resultt::D_SATISFIABLE:
@@ -232,7 +232,7 @@ safety_checkert::resultt bmct::stop_on_fail()
232
232
build_error_trace (
233
233
error_trace, ns, equation, prop_conv, ui_message_handler);
234
234
output_error_trace (error_trace, ns, trace_options (), ui_message_handler);
235
- output_graphml (resultt::UNSAFE, error_trace, equation , ns, options);
235
+ output_graphml (error_trace, ns, options);
236
236
}
237
237
238
238
report_failure (ui_message_handler);
0 commit comments