summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-04 12:21:16 -0500
committerGitHub <noreply@github.com>2018-10-04 12:21:16 -0500
commit7b76222cacbdb906dca1543b53e0f113dc1e1826 (patch)
tree517ee09dd249bc14b12b33b63fdca390e945384d /src/theory/theory.h
parent0fb4d4e9ac57e084ef456548358439cc07d2c7d3 (diff)
Clean remaining references to getNextDecisionRequest and simplify (#2500)
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 534f091bf..8a0c87c9e 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -533,16 +533,6 @@ public:
/** if theories want to do something with model after building, do it here */
virtual void postProcessModel( TheoryModel* m ){ }
/**
- * Return a decision request, if the theory has one, or the NULL node
- * otherwise.
- * If returning non-null node, should set priority to
- * 0 if decision is necessary for model-soundness,
- * 1 if decision is necessary for completeness,
- * >1 otherwise.
- */
- virtual Node getNextDecisionRequest( unsigned& priority ) { return Node(); }
-
- /**
* Statically learn from assertion "in," which has been asserted
* true at the top level. The theory should only add (via
* ::operator<< or ::append()) to the "learned" builder---it should
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback