Skip to content

Commit

Permalink
Got rid of trim
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanren committed Feb 27, 2025
1 parent 9752115 commit 1ef1470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions harmony_model_checker/charm/charm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5695,13 +5695,15 @@ int exec_model_checker(int argc, char **argv){
path_recompute();
phase_finish();

#ifdef OBSOLETE
// If this was a safety failure, we remove any unneeded steps to further
// reduce the length of the counter-example.
if (bad->type == FAIL_SAFETY) {
phase_start("Trim path");
path_trim(NULL);
phase_finish();
}
#endif

// Finally, we output the path.
phase_start("Output path");
Expand Down

0 comments on commit 1ef1470

Please sign in to comment.