Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/theory_bitvector/
H A Dbitvector_theorem_producer.cpp1524 std::vector<Expr> BVPlusTerms1; in bvPlusAssociativityRule() local
1525 BVPlusTerms1.push_back(*((bvPlusTerm.getKids()).begin())); in bvPlusAssociativityRule()
1526 BVPlusTerms1.push_back(bvplus0); in bvPlusAssociativityRule()
1528 BVPlusTerms1); in bvPlusAssociativityRule()