generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.[E] PerformanceTrack performance improvement (Time / Memory / CPU)Track performance improvement (Time / Memory / CPU)
Description
With working directory as src/test/cbmc/LoopLoop_NonReturning:
The following works fine:
rmc main.rs --cbmc-args --unwind 10
The following does not terminate:
rmc --visualize main.rs --cbmc-args --unwind 10
When I manually set cover_args to ["--unwind", "10"], it terminates successfully.
Possible solution: add --unwind as an RMC flag, and if present, add it to cover_args as well.
Metadata
Metadata
Assignees
Labels
[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.[E] PerformanceTrack performance improvement (Time / Memory / CPU)Track performance improvement (Time / Memory / CPU)