Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_manager.h271 bool unsatCoreAvailable() const;
H A Dproof_manager.cpp356 bool ProofManager::unsatCoreAvailable() const { in unsatCoreAvailable() function in CVC4::ProofManager
379 Assert(unsatCoreAvailable(), "Cannot get unsat core at this time. Mabye the input is SAT?" ); in getLemmasInUnsatCore()
429 Assert(unsatCoreAvailable(), "Cannot get unsat core at this time. Mabye the input is SAT?" ); in getWeakestImplicantInUnsatCore()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dinstantiate.cpp565 if (!ProofManager::currentPM()->unsatCoreAvailable()) in getUnsatCoreLemmas()