Skip to content

Commit

Permalink
Removed rollback of transitions that led to incorrect output
Browse files Browse the repository at this point in the history
  • Loading branch information
SuvorovNM committed Sep 19, 2023
1 parent 8340c39 commit 472c67e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ public Repairment()
} while (!repairmentSuccessfullyFinished && !repairmentFailed);

transitionsToTrySimplify = transitionsToTrySimplify.Union(transitionsUpdatedAtPreviousStep).ToHashSet();
TryRollbackTransitionGuards(dpnToConsider, coloredConstraintGraph, transitionsToTrySimplify, transitionsDict);



if (repairmentSuccessfullyFinished)
{
Expand Down

0 comments on commit 472c67e

Please sign in to comment.