Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dtheory_quant.cpp2128 ExprMap<Polarity> body_pol ; in isGoodQuant() local
2129 findPolarity(e, body_pol, Pos); in isGoodQuant()
2131 for(ExprMap<Polarity>::iterator i = body_pol.begin(), iend = body_pol.end(); i != iend; i++) { in isGoodQuant()