From e21e99b7dfe45f042260db7eb754e25e7108f288 Mon Sep 17 00:00:00 2001 From: Tim King Date: Tue, 2 Feb 2016 09:47:34 -0800 Subject: Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. Breaking an edge between the sat solver and command.h. --- src/prop/theory_proxy.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/prop/theory_proxy.cpp') diff --git a/src/prop/theory_proxy.cpp b/src/prop/theory_proxy.cpp index 5de97d0d8..63a09169f 100644 --- a/src/prop/theory_proxy.cpp +++ b/src/prop/theory_proxy.cpp @@ -23,9 +23,10 @@ #include "prop/cnf_stream.h" #include "prop/prop_engine.h" #include "proof/cnf_proof.h" +#include "smt/command.h" +#include "smt/smt_statistics_registry.h" #include "smt_util/lemma_input_channel.h" #include "smt_util/lemma_output_channel.h" -#include "smt/smt_statistics_registry.h" #include "theory/rewriter.h" #include "theory/theory_engine.h" #include "util/statistics_registry.h" @@ -236,5 +237,11 @@ SatValue TheoryProxy::getDecisionPolarity(SatVariable var) { return d_decisionEngine->getPolarity(var); } +void TheoryProxy::dumpStatePop() { + if(Dump.isOn("state")) { + Dump("state") << PopCommand(); + } +} + }/* CVC4::prop namespace */ }/* CVC4 namespace */ -- cgit v1.2.3