You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requested feature: A new option that can be used for extracting the counterexample trace without turning on coverage.
Use case: RMC's --visualize option can be very time consuming in some cases because it turns on coverage. In cases where the user is only interested in a counterexample trace, incurring the cost of turning on coverage might be undesirable.
Link to relevant documentation (Rust reference, Nomicon, RFC):
Is this a breaking change?
Test case:
The text was updated successfully, but these errors were encountered:
It seems that a new change on the RMC script side is not sufficient as cbmc-viewer expects a coverage file (if not specified explicitly with --coverage cbmc-viewer assumes the default filename coverage.xml).
Thanks for adding the feature @markrtuttle. I'll leave this issue open until we upgrade the version of the CBMC viewer as well as add a new RMC option to run visualize without turning on coverage.
Requested feature: A new option that can be used for extracting the counterexample trace without turning on coverage.
Use case: RMC's
--visualize
option can be very time consuming in some cases because it turns on coverage. In cases where the user is only interested in a counterexample trace, incurring the cost of turning on coverage might be undesirable.Link to relevant documentation (Rust reference, Nomicon, RFC):
Is this a breaking change?
Test case:
The text was updated successfully, but these errors were encountered: