Home
last modified time | relevance | path

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

/dports/math/vampire/vampire-4.5.1/Shell/
H A DAnswerExtractor.cpp388 Formula* newQuant = new QuantifiedFormula(EXISTS, vars, 0,conj); in tryAddingAnswerLiteral() local
389 Formula* newForm = new NegatedFormula(newQuant); in tryAddingAnswerLiteral()
/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dtheory_quant.cpp2001 Expr newQuant = pullVarOut(cur_expr); in collectIndex() local
2002 collect_forall_index(newQuant); in collectIndex()
2004 d_quant_equiv_map[cur_expr] = newQuant; in collectIndex()
2011 Expr newQuant = pullVarOut(cur_expr); in collectIndex() local
2012 Expr sko_expr = d_theoryCore->getCommonRules()->skolemize(newQuant); in collectIndex()