Home
last modified time | relevance | path

Searched refs:TheoryEngine (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.cpp218 void TheoryEngine::finishInit() { in finishInit()
281 TheoryEngine::TheoryEngine(context::Context* context, in TheoryEngine() function in CVC4::TheoryEngine
346 TheoryEngine::~TheoryEngine() { in ~TheoryEngine()
669 void TheoryEngine::combineTheories() { in combineTheories()
893 TheoryModel* TheoryEngine::getModel() { in getModel()
897 TheoryModel* TheoryEngine::getBuiltModel() in getBuiltModel()
922 bool TheoryEngine::presolve() { in presolve()
948 void TheoryEngine::postsolve() { in postsolve()
977 void TheoryEngine::notifyRestart() { in notifyRestart()
1011 void TheoryEngine::shutdown() { in shutdown()
[all …]
H A Dvaluation.h29 class TheoryEngine; variable
66 TheoryEngine* d_engine;
68 Valuation(TheoryEngine* engine) : in Valuation()
H A Dterm_registration_visitor.h27 class TheoryEngine; variable
43 TheoryEngine* d_engine;
67 PreRegisterVisitor(TheoryEngine* engine, context::Context* context) in PreRegisterVisitor()
H A Dtheory_registrar.h34 TheoryEngine* d_theoryEngine;
38 TheoryRegistrar(TheoryEngine* te) : d_theoryEngine(te) { } in TheoryRegistrar()
H A Dtheory_engine.h110 class TheoryEngine {
155 TheoryEngine& d_te;
157 NotifyClass(TheoryEngine& te): d_te(te) {} in NotifyClass()
267 friend class TheoryEngine; variable
272 TheoryEngine* d_engine;
283 EngineOutputChannel(TheoryEngine* engine, theory::TheoryId theory) in EngineOutputChannel()
476 TheoryEngine(context::Context* context, context::UserContext* userContext,
481 ~TheoryEngine();
H A Dshared_terms_database.h30 class TheoryEngine; variable
130 TheoryEngine* d_theoryEngine;
160 SharedTermsDatabase(TheoryEngine* theoryEngine, context::Context* context);
H A Dtheory_model_builder.h47 TheoryEngineModelBuilder(TheoryEngine* te);
82 TheoryEngine* d_te;
H A Dquantifiers_engine.h37 class TheoryEngine; variable
93 QuantifiersEngine(context::Context* c, context::UserContext* u, TheoryEngine* te);
97 TheoryEngine* getTheoryEngine() const { return d_te; } in getTheoryEngine()
319 TheoryEngine* d_te;
H A Dtheory_traits_template.h42 static void addTheory(TheoryEngine* engine, TheoryId id) { in addTheory()
H A Dtheory.h50 class TheoryEngine; variable
84 friend class ::CVC4::TheoryEngine;
H A Dshared_terms_database.cpp26 SharedTermsDatabase::SharedTermsDatabase(TheoryEngine* theoryEngine, in SharedTermsDatabase()
H A Dtheory_model_builder.cpp29 TheoryEngineModelBuilder::TheoryEngineModelBuilder(TheoryEngine* te) : d_te(te) in TheoryEngineModelBuilder()
/dports/math/cvc4/CVC4-1.7/src/prop/
H A Dtheory_proxy.h42 class TheoryEngine; variable
55 TheoryEngine* theoryEngine,
117 TheoryEngine* d_theoryEngine;
H A Dprop_engine.h39 class TheoryEngine; variable
65 TheoryEngine *d_theoryEngine;
101 PropEngine(TheoryEngine*, DecisionEngine*, context::Context* satContext,
H A Dtheory_proxy.cpp39 TheoryEngine* theoryEngine, in TheoryProxy()
H A Dprop_engine.cpp78 PropEngine::PropEngine(TheoryEngine* te, DecisionEngine *de, Context* satContext, in PropEngine()
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dtheory_preprocess.cpp34 TheoryEngine* te = d_preprocContext->getTheoryEngine(); in applyInternal()
H A Dbv_abstraction.cpp47 TheoryEngine* te = d_preprocContext->getTheoryEngine(); in applyInternal()
H A Dite_simp.cpp154 TheoryEngine* theory_engine = d_preprocContext->getTheoryEngine(); in doneSimpITE()
H A Dmiplib_trick.cpp184 TheoryEngine* te = d_preprocContext->getTheoryEngine(); in applyInternal()
/dports/math/cvc4/CVC4-1.7/src/preprocessing/
H A Dpreprocessing_pass_context.h47 TheoryEngine* getTheoryEngine() { return d_smt->d_theoryEngine; } in getTheoryEngine()
/dports/math/cvc4/CVC4-1.7/src/smt/
H A Dsmt_engine.h60 class TheoryEngine; variable
143 TheoryEngine* d_theoryEngine;
H A Dsmt_engine.cpp310 UseTheoryListListener(TheoryEngine* theoryEngine) in UseTheoryListListener()
338 TheoryEngine* d_theoryEngine;
830 void addUseTheoryListListener(TheoryEngine* theoryEngine){ in addUseTheoryListListener()
927 d_theoryEngine = new TheoryEngine(d_context, in finishInit()
/dports/math/cvc4/CVC4-1.7/test/unit/prop/
H A Dcnf_stream_white.h113 TheoryEngine* d_theoryEngine;
/dports/math/cvc4/CVC4-1.7/test/unit/theory/
H A Dtheory_engine_white.h239 TheoryEngine* d_theoryEngine;

12