Home
last modified time | relevance | path

Searched refs:ppAssert (Results 1 – 20 of 20) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/booleans/
H A Dtheory_bool.cpp34 Theory::PPAssertStatus TheoryBool::ppAssert(TNode in, SubstitutionMap& outSubstitutions) { in ppAssert() function in CVC4::theory::booleans::TheoryBool
56 return Theory::ppAssert(in, outSubstitutions); in ppAssert()
H A Dtheory_bool.h36 PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions) override;
/dports/math/cvc4/CVC4-1.7/src/theory/sets/
H A Dtheory_sets.cpp88 Theory::PPAssertStatus TheorySets::ppAssert(TNode in, SubstitutionMap& outSubstitutions) { in ppAssert() function in CVC4::theory::sets::TheorySets
89 return d_internal->ppAssert( in, outSubstitutions ); in ppAssert()
H A Dtheory_sets.h56 PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions) override;
H A Dtheory_sets_private.h259 Theory::PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
H A Dtheory_sets_private.cpp2225 Theory::PPAssertStatus TheorySetsPrivate::ppAssert(TNode in, SubstitutionMap& outSubstitutions) { in ppAssert() function in CVC4::theory::sets::TheorySetsPrivate
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dtheory_arith.cpp77 Theory::PPAssertStatus TheoryArith::ppAssert(TNode in, SubstitutionMap& outSubstitutions) { in ppAssert() function in CVC4::theory::arith::TheoryArith
78 return d_internal->ppAssert(in, outSubstitutions); in ppAssert()
H A Dtheory_arith.h82 PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions) override;
H A Dtheory_arith_private.h452 Theory::PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
H A Dtheory_arith_private.cpp1321 Theory::PPAssertStatus TheoryArithPrivate::ppAssert(TNode in, SubstitutionMap& outSubstitutions) { in ppAssert() function in CVC4::theory::arith::TheoryArithPrivate
/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv.h103 PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions) override;
H A Dtheory_bv.cpp660 Theory::PPAssertStatus TheoryBV::ppAssert(TNode in, in ppAssert() function in CVC4::theory::bv::TheoryBV
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory.cpp288 Theory::PPAssertStatus Theory::ppAssert(TNode in, in ppAssert() function in CVC4::theory::Theory
H A Dtheory.h557 virtual PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
H A Dtheory_engine.cpp1045 Theory::PPAssertStatus solveStatus = theoryOf(atom)->ppAssert(literal, substitutionOut); in solve()
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.h78 PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions) override;
H A Dtheory_sep.cpp92 Theory::PPAssertStatus TheorySep::ppAssert(TNode in, SubstitutionMap& outSubstitutions) { in ppAssert() function in CVC4::theory::sep::TheorySep
/dports/math/cvc4/CVC4-1.7/src/theory/arrays/
H A Dtheory_arrays.h179 PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions) override;
H A Dtheory_arrays.cpp349 Theory::PPAssertStatus TheoryArrays::ppAssert(TNode in, SubstitutionMap& outSubstitutions) { in ppAssert() function in CVC4::theory::arrays::TheoryArrays
/dports/math/cvc4/CVC4-1.7/src/options/
H A Darith_options.toml388 help = "threshold for substituting an equality in ppAssert"