Home
last modified time | relevance | path

Searched refs:d_reasonRow1 (Results 1 – 6 of 6) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/arrays/
H A Darray_proof_reconstruction.h48 unsigned d_reasonRow1; variable
H A Darray_proof_reconstruction.cpp35 d_reasonRow1 = tag; in setRow1MergeTag()
192 else if (reasonType == d_reasonRow1) { in notify()
H A Dtheory_arrays.cpp145 d_reasonRow1 = d_equalityEngine.getFreshMergeReasonType(); in TheoryArrays()
149 d_proofReconstruction.setRow1MergeTag(d_reasonRow1); in TheoryArrays()
153 d_equalityEngine.addPathReconstructionTrigger(d_reasonRow1, &d_proofReconstruction); in TheoryArrays()
701 d_equalityEngine.assertEquality(ni.eqNode(s[2]), true, d_true, d_reasonRow1); in preRegisterTermInternal()
772 d_equalityEngine.assertEquality(ni.eqNode(v), true, d_true, d_reasonRow1); in preRegisterTermInternal()
1706 d_equalityEngine.assertEquality(ni.eqNode(s[2]), true, d_true, d_reasonRow1); in checkRIntro1()
2271 /*row1=*/d_reasonRow1, in conflict()
H A Dtheory_arrays.h136 unsigned d_reasonRow1; variable
/dports/math/cvc4/CVC4-1.7/src/proof/
H A Darray_proof.h62 unsigned d_reasonRow1; variable
H A Darray_proof.cpp68 : d_proof(pf), d_reasonRow(row), d_reasonRow1(row1), d_reasonExt(ext) in ProofArray()
91 ArrayProofPrinter proofPrinter(d_reasonRow, d_reasonRow1, d_reasonExt); in toStreamLFSC()
108 ArrayProofPrinter proofPrinter(d_reasonRow, d_reasonRow1, d_reasonExt); in toStreamRecLFSC()
995 else if (pf.d_id == d_reasonRow1) in toStreamRecLFSC()