Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Nov 18, 2024
1 parent e6e25e3 commit d9d76cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theory/datatypes/infer_proof_cons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ void InferProofCons::convert(InferenceId infer, TNode conc, TNode exp, CDProof*
// the conflict is of the form
// (and (= x (C1 ... x1 ...))
// (= x1 (C2 ... x2 ...)) ....
// (= x{n-1} (Cn ... xn ...)))
// (= x{n-1} (C2 ... xn ...))
// (= xn (Cn ... x ...)))
// We take the first n-1 equalities as a substitution and apply it to
// the right hand side of the last equality, and use DT_CYCLE to derive
// a conflict.
Expand Down

0 comments on commit d9d76cc

Please sign in to comment.