Home
last modified time | relevance | path

Searched refs:ExtTheory (Results 1 – 4 of 4) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dext_theory.cpp31 ExtTheory::ExtTheory(Theory* p, bool cacheEnabled) in ExtTheory() function in CVC4::theory::ExtTheory
44 std::vector<Node> ExtTheory::collectVars(Node n) in collectVars()
75 Node ExtTheory::getSubstitutedTerm(int effort, in getSubstitutedTerm()
101 void ExtTheory::getSubstitutedTerms(int effort, in getSubstitutedTerms()
363 bool ExtTheory::doInferences(int effort, in doInferences()
381 bool ExtTheory::doReductions(int effort, in doReductions()
400 void ExtTheory::registerTerm(Node n) in registerTerm()
415 void ExtTheory::registerTermRec(Node n) in registerTermRec()
466 void ExtTheory::markCongruent(Node a, Node b) in markCongruent()
508 bool ExtTheory::isActive(Node n) const in isActive()
[all …]
H A Dext_theory.h65 class ExtTheory
75 ExtTheory(Theory* p, bool cacheEnabled = false);
76 virtual ~ExtTheory() {} in ~ExtTheory()
H A Dtheory.h57 class ExtTheory; variable
138 ExtTheory* d_extTheory;
826 ExtTheory* getExtTheory();
H A Dtheory.cpp328 ExtTheory* Theory::getExtTheory() { in getExtTheory()
364 d_extTheory = new ExtTheory(this); in setupExtTheory()