Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Dec 19, 2024
1 parent 2765368 commit 9914b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theory/strings/infer_proof_cons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ bool InferProofCons::convert(Env& env,
Trace("strings-ipc-core")
<< "Main equality after subs " << pmainEq << std::endl;
// now, conclude the proper equality
Node mainEqSRew = psb.applyPredElim(pmainEq, pcsr);
Node mainEqSRew = psb.applyPredElim(pmainEq, {});
if (mainEqSRew == conc)
{
Trace("strings-ipc-core") << "...success after rewrite!" << std::endl;
Expand Down

0 comments on commit 9914b82

Please sign in to comment.