Home
last modified time | relevance | path

Searched refs:spendResource (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/cvc4/CVC4-1.7/src/preprocessing/
H A Dpreprocessing_pass_context.h64 void spendResource(unsigned amount) in spendResource() function
66 d_resourceManager->spendResource(amount); in spendResource()
/dports/math/cvc4/CVC4-1.7/src/prop/
H A Dtheory_proxy.cpp164 d_propEngine->spendResource(options::restartStep()); in notifyRestart()
241 void TheoryProxy::spendResource(unsigned amount) in spendResource() function in CVC4::prop::TheoryProxy
243 d_theoryEngine->spendResource(amount); in spendResource()
H A Dbv_sat_solver_notify.h41 virtual void spendResource(unsigned amount) = 0;
H A Dtheory_proxy.h95 void spendResource(unsigned amount);
H A Dprop_engine.h231 void spendResource(unsigned amount);
H A Dprop_engine.cpp303 void PropEngine::spendResource(unsigned amount) in spendResource() function in CVC4::prop::PropEngine
305 d_resourceManager->spendResource(amount); in spendResource()
/dports/math/cvc4/CVC4-1.7/src/prop/bvminisat/
H A Dbvminisat.h49 void spendResource(unsigned amount) override in spendResource() function
51 d_notify->spendResource(amount); in spendResource()
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dite_removal.cpp35 d_preprocContext->spendResource(options::preprocessStep()); in applyInternal()
H A Dstatic_learning.cpp32 NodeManager::currentResourceManager()->spendResource( in applyInternal()
H A Dite_simp.cpp237 d_preprocContext->spendResource(options::preprocessStep()); in applyInternal()
242 d_preprocContext->spendResource(options::preprocessStep()); in applyInternal()
H A Dapply_substs.cpp60 d_preprocContext->spendResource(options::preprocessStep()); in applyInternal()
H A Dbool_to_bv.cpp38 NodeManager::currentResourceManager()->spendResource( in applyInternal()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.h287 spendResource(amount); in safePoint()
328 void spendResource(unsigned amount) override { in spendResource() function
329 d_engine->spendResource(amount); in spendResource()
486 void spendResource(unsigned amount);
H A Doutput_channel.h176 virtual void spendResource(unsigned amount) {} in spendResource() function
H A Drewriter.cpp123 rm->spendResource(options::rewriteStep()); in rewriteTo()
/dports/math/cvc4/CVC4-1.7/src/util/
H A Dresource_manager.h156 void spendResource(unsigned amount);
/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dbv_eager_solver.cpp73 d_bv->spendResource(1); in assertFormula()
H A Dtheory_bv.h134 void spendResource(unsigned amount);
H A Dbv_subtheory_bitblast.cpp176 d_bv->spendResource(1); in check()
/dports/math/cvc4/CVC4-1.7/src/theory/bv/bitblast/
H A Dbitblaster.h112 void spendResource(unsigned amount) override in spendResource() function
114 NodeManager::currentResourceManager()->spendResource(amount); in spendResource()
H A Dlazy_bitblaster.cpp237 d_bv->spendResource(options::bitblastStep()); in bbTerm()
429 void TLazyBitblaster::MinisatNotify::spendResource(unsigned amount) in spendResource() function in CVC4::theory::bv::TLazyBitblaster::MinisatNotify
431 d_bv->spendResource(amount); in spendResource()
H A Dlazy_bitblaster.h123 void spendResource(unsigned amount) override;
H A Deager_bitblaster.cpp155 d_bv->spendResource(options::bitblastStep()); in bbTerm()
/dports/math/cvc4/CVC4-1.7/src/decision/
H A Ddecision_engine.h120 NodeManager::currentResourceManager()->spendResource(options::decisionStep()); in getNext()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dtheory_arith.cpp86 getOutputChannel().spendResource(options::theoryCheckStep()); in check()

12