Home
last modified time | relevance | path

Searched refs:facts_end (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 …ontext::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.h718 assertions_iterator facts_end() const { in facts_end() function
H A Dtheory_engine.cpp443 …ontext::CDList<Assertion>::const_iterator it = theory->facts_begin(), it_end = theory->facts_end(); in printAssertions()
487 …ontext::CDList<Assertion>::const_iterator it = theory->facts_begin(), it_end = theory->facts_end(); in dumpAssertions()
2178 it_end = theory->facts_end(); in checkTheoryAssertionsWithModel()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/cegqi/
H A Dceg_instantiator.cpp1311 …::CDList<Assertion>::const_iterator it = theory->facts_begin(); it != theory->facts_end(); ++ it) { 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.cpp717 it != d_containing.facts_end(); in getAssertions()