Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dquantifiers_engine.cpp113 d_presolve(u, true), in QuantifiersEngine()
433 d_presolve = false; in presolve()
942 if( !d_presolve || !options::incrementalSolving() ){ in addTermToDatabase()
H A Dquantifiers_engine.h423 context::CDO<bool> d_presolve; variable