Home
last modified time | relevance | path

Searched refs:addPathReconstructionTrigger (Results 1 – 3 of 3) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dequality_engine.h886 void addPathReconstructionTrigger(unsigned trigger, const PathReconstructionNotify* notify);
H A Dequality_engine.cpp1742 void EqualityEngine::addPathReconstructionTrigger(unsigned trigger, const PathReconstructionNotify*… in addPathReconstructionTrigger() function in CVC4::theory::eq::EqualityEngine
/dports/math/cvc4/CVC4-1.7/src/theory/arrays/
H A Dtheory_arrays.cpp152 d_equalityEngine.addPathReconstructionTrigger(d_reasonRow, &d_proofReconstruction); in TheoryArrays()
153 d_equalityEngine.addPathReconstructionTrigger(d_reasonRow1, &d_proofReconstruction); in TheoryArrays()
154 d_equalityEngine.addPathReconstructionTrigger(d_reasonExt, &d_proofReconstruction); in TheoryArrays()