Home
last modified time | relevance | path

Searched refs:getInstantiationNotify (Results 1 – 2 of 2) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dinst_propagator.h187 InstantiationNotify* getInstantiationNotify() { return &d_notify; } in getInstantiationNotify() function
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dquantifiers_engine.cpp133 d_instantiate->addNotify(d_inst_prop->getInstantiationNotify()); in QuantifiersEngine()