Home
last modified time | relevance | path

Searched refs:solvedForm (Results 1 – 11 of 11) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dsubstitutions.h97 …onMap(context::Context* context, bool substituteUnderQuantifiers = true, bool solvedForm = false) :
102 d_solvedForm(solvedForm), in d_substitutions()
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith3.h260 Theorem solvedForm(const std::vector<Theorem>& solvedEqs);
H A Dtheory_arith_new.h206 Theorem solvedForm(const std::vector<Theorem>& solvedEqs);
H A Dtheory_arith_old.h287 Theorem solvedForm(const std::vector<Theorem>& solvedEqs);
/dports/math/cvc3/cvc3-2.4.1/src/theory_bitvector/
H A Dbitvector_proof_rules.h462 virtual Theorem processExtract(const Theorem& e, bool& solvedForm)=0;
H A Dbitvector_theorem_producer.h544 virtual Theorem processExtract(const Theorem& e, bool& solvedForm);
H A Dtheory_bitvector.cpp2831 bool solvedForm; in solve() local
2836 solvedForm = true; in solve()
2839 thm = d_rules->processExtract(t, solvedForm); in solve()
2843 if (solvedForm) return thm; in solve()
2850 bool solvedForm; in solve() local
2851 Theorem thm = getCommonRules()->skolemize(d_rules->processExtract(symmetryRule(t), solvedForm)); in solve()
2852 if (solvedForm) return thm; in solve()
H A Dbitvector_theorem_producer.cpp5609 Theorem BitvectorTheoremProducer::processExtract(const Theorem& e, bool& solvedForm) in processExtract() argument
5629 solvedForm = !d_theoryBitvector->isLeafIn(child, rhs); in processExtract()
5637 if (solvedForm) terms.push_back(rhs); in processExtract()
5649 if (!solvedForm) result = result && lhs.eqExpr(rhs); in processExtract()
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith3.cpp917 res = solvedForm(solvedAndNewEqs); in processIntEq()
932 TheoryArith3::solvedForm(const vector<Theorem>& solvedEqs) in solvedForm() function in TheoryArith3
H A Dtheory_arith_new.cpp667 else res = solvedForm(solvedAndNewEqs); in processIntEq()
681 TheoryArithNew::solvedForm(const vector<Theorem>& solvedEqs) in solvedForm() function in TheoryArithNew
H A Dtheory_arith_old.cpp897 res = solvedForm(solvedAndNewEqs); in processIntEq()
912 TheoryArithOld::solvedForm(const vector<Theorem>& solvedEqs) in solvedForm() function in TheoryArithOld