Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_manager.h185 static void initTheoryProofEngine();
H A Dproof_manager.cpp177 void ProofManager::initTheoryProofEngine() { in initTheoryProofEngine() function in CVC4::ProofManager
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.cpp340 ProofManager::currentPM()->initTheoryProofEngine(); in TheoryEngine()