Home
last modified time | relevance | path

Searched defs:isSkolem (Results 1 – 4 of 4) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dskolemization_manager.cpp50 bool SkolemizationManager::isSkolem(Node skolem) { in isSkolem() function in CVC4::SkolemizationManager
/dports/math/cvc4/CVC4-1.7/src/theory/strings/
H A Dskolem_cache.cpp82 bool SkolemCache::isSkolem(Node n) const in isSkolem() function in CVC4::theory::strings::SkolemCache
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DExpr.java441 public boolean isSkolem() throws Cvc3Exception { in isSkolem() method in Expr
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dexpr.h432 bool isSkolem() const { return getKind() == SKOLEM_VAR;} in isSkolem() function