Home
last modified time | relevance | path

Searched defs:assertFormula (Results 1 – 8 of 8) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dbv_eager_solver.cpp72 void EagerBitblastSolver::assertFormula(TNode formula) { in assertFormula() function in CVC4::theory::bv::EagerBitblastSolver
/dports/math/cvc4/CVC4-1.7/src/prop/
H A Dprop_engine.cpp125 void PropEngine::assertFormula(TNode node) { in assertFormula() function in CVC4::prop::PropEngine
/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dsymmetry_breaker.cpp386 void SymmetryBreaker::assertFormula(TNode phi) { in assertFormula() function in CVC4::theory::uf::SymmetryBreaker
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory_core.cpp385 void TheoryCore::assertFormula(const Theorem& thm) in assertFormula() function in TheoryCore
/dports/math/cvc3/cvc3-2.4.1/src/vcl/
H A Dvcl.cpp1848 void VCL::assertFormula(const Expr& e) in assertFormula() function in VCL
/dports/math/cvc4/CVC4-1.7/src/smt/
H A Dsmt_engine.cpp3823 Result SmtEngine::assertFormula(const Expr& ex, bool inUnsatCore) in assertFormula() function in CVC4::SmtEngine
/dports/math/cvc4/CVC4-1.7/src/api/
H A Dcvc4cpp.cpp2900 void Solver::assertFormula(Term term) const in assertFormula() function in CVC4::api::Solver
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DValidityChecker.java1495 public void assertFormula(Expr expr) throws Cvc3Exception { in assertFormula() method in ValidityChecker