Home
last modified time | relevance | path

Searched refs:facts_begin (Results 1 – 8 of 8) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dtheory_quantifiers.cpp107 for(assertions_iterator i = facts_begin(); i != facts_end(); ++i) { in collectModelInfo()
H A Dterm_database.cpp934 …context::CDList<Assertion>::const_iterator it = theory->facts_begin(), it_end = theory->facts_end(… in reset()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory.cpp273 context::CDList<Assertion>::const_iterator assert_it = facts_begin(), assert_it_end = facts_end(); in computeRelevantTerms()
H A Dtheory.h708 assertions_iterator facts_begin() const { in facts_begin() function
H A Dtheory_engine.cpp443 …context::CDList<Assertion>::const_iterator it = theory->facts_begin(), it_end = theory->facts_end(… in printAssertions()
487 …context::CDList<Assertion>::const_iterator it = theory->facts_begin(), it_end = theory->facts_end(… in dumpAssertions()
2177 for(context::CDList<Assertion>::const_iterator it = theory->facts_begin(), in checkTheoryAssertionsWithModel()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/cegqi/
H A Dceg_instantiator.cpp1311 …for( context::CDList<Assertion>::const_iterator it = theory->facts_begin(); it != theory->facts_en… in processAssertions()
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.cpp805 … for( context::CDList<Assertion>::const_iterator it = facts_begin(); it != facts_end(); ++ it) { in check()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dnonlinear_extension.cpp716 for (Theory::assertions_iterator it = d_containing.facts_begin(); in getAssertions()