Skip to content

Commit

Permalink
Don't duplicate oldstate in op sat PO
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Dec 16, 2023
1 parent fa491ce commit 89be51a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public SatisfiabilityObligation(POImplicitOperationDefinition op,
separator = "";
appendResult(sb, op.result);
appendStatePatterns(sb, stateDefinition, false, true);
appendStatePatterns(sb, stateDefinition, true, true);
// appendStatePatterns(sb, stateDefinition, true, true);
sb.append(" & ");
}

Expand Down

0 comments on commit 89be51a

Please sign in to comment.