Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.cpp221 if( d_logicInfo.isQuantified() ) { in finishInit()
258 if (d_logicInfo.isQuantified()) { in eqNotifyNewClass()
264 if (d_logicInfo.isQuantified()) { in eqNotifyPreMerge()
270 if (d_logicInfo.isQuantified()) { in eqNotifyPostMerge()
276 if (d_logicInfo.isQuantified()) { in eqNotifyDisequal()
290 d_logicInfo(logicInfo), in TheoryEngine()
586 if(d_logicInfo.isQuantified()){ in check()
617 if(d_logicInfo.isQuantified()) { in check()
1368 if (d_logicInfo.isSharingEnabled()) { in assertFact()
1963 if (!d_logicInfo.isPure(theory::THEORY_BV) || d_logicInfo.isQuantified()) in staticInitializeBVOptions()
[all …]
H A Dtheory_engine.h141 const LogicInfo& d_logicInfo; variable
498 theory::Valuation(this), d_logicInfo); in addTheory()
804 return d_logicInfo.isTheoryEnabled(theoryId); in isTheoryEnabled()
H A Dtheory.h106 const LogicInfo& d_logicInfo; variable
241 return d_logicInfo; in getLogicInfo()
H A Dtheory.cpp66 d_logicInfo(logicInfo), in Theory()
/dports/math/cvc4/CVC4-1.7/test/unit/theory/
H A Dtheory_white.h148 LogicInfo* d_logicInfo; variable
166 d_logicInfo = new LogicInfo(); in setUp()
167 d_logicInfo->lock(); in setUp()
180 d_ctxt, d_uctxt, d_outputChannel, Valuation(NULL), *d_logicInfo); in setUp()
191 delete d_logicInfo; in tearDown() local
H A Dtheory_arith_white.h54 LogicInfo d_logicInfo; variable
110 d_logicInfo.lock(); in setUp()
124 d_logicInfo); in setUp()
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dunconstrained_simplifier.h64 const LogicInfo& d_logicInfo; variable
H A Dunconstrained_simplifier.cpp37 d_logicInfo(preprocContext->getLogicInfo()) in UnconstrainedSimplifier()
565 if (d_logicInfo.isQuantified() in processUnconstrained()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dterm_database.cpp933 if (theory && d_quantEngine->getTheoryEngine()->d_logicInfo.isTheoryEnabled(theoryId)) { in reset()