Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dtheory_quantifiers.cpp143 getQuantifiersEngine()->getMasterEqualityEngine()->addTerm( assertion[0] ); in check()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/cegqi/
H A Dceg_epr_instantiator.cpp155 ci->getQuantifiersEngine()->getMasterEqualityEngine(); in computeMatchScore()
H A Dceg_instantiator.cpp593 if (d_qe->getMasterEqualityEngine()->hasTerm(pv)) in constructInstantiation()
595 pvr = d_qe->getMasterEqualityEngine()->getRepresentative(pv); in constructInstantiation()
1281 eq::EqualityEngine* ee = d_qe->getMasterEqualityEngine(); in processAssertions()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dquantifiers_engine.cpp1235 eq::EqualityEngine* QuantifiersEngine::getMasterEqualityEngine(){ in getMasterEqualityEngine() function in QuantifiersEngine
1236 return d_te->getMasterEqualityEngine(); in getMasterEqualityEngine()
1243 return d_te->getMasterEqualityEngine(); in getActiveEqualityEngine()
H A Dquantifiers_engine.h239 eq::EqualityEngine* getMasterEqualityEngine();
H A Dtheory_engine.h884 theory::eq::EqualityEngine* getMasterEqualityEngine() { return d_masterEqualityEngine; } in getMasterEqualityEngine() function