summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-04-30 14:42:28 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-04-30 14:42:28 +0000
commit97555307af3415d6fbbac3fc9dccdafec51056b7 (patch)
tree56b47f809268d5b8ae21594d22cbec7ced8f46aa /src/prop/prop_engine.h
parent9ac1cb18f03a5edf4b50532d29e195f74d6a83c2 (diff)
Added map from skolem variables to new ite formulas in ite removal.
d_sharedTermsExist is now set based on logicInfo instead of dynamically when shared terms are found.
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index 3d114db3a..9e49cf3f1 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -174,11 +174,6 @@ public:
void shutdown() { }
/**
- * Signal that a new round of assertions is ready so we can notify the theory engine
- */
- void processAssertionsStart();
-
- /**
* Converts the given formula to CNF and assert the CNF to the SAT solver.
* The formula is asserted permanently for the current context.
* @param node the formula to assert
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback