summaryrefslogtreecommitdiff
path: root/src/theory/decision_manager.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-11-12 17:34:22 -0600
committerGitHub <noreply@github.com>2020-11-12 17:34:22 -0600
commitcf7c2ce97615990388bb6c37b151c0e2b2fe8f9a (patch)
tree8ed1f346c4b736eb17683e8f0727d3118b98ed13 /src/theory/decision_manager.h
parent83af1ef582a7ff3749126a5d91d5ef0ac34c1516 (diff)
Simplify sygus solver and sygus stream (#5389)
This simplifies the sygus solver based on the fact that verification lemmas are always processed in a separate subsolver. In particular, this means that the implementation of --sygus-stream can be simplified signficantly.
Diffstat (limited to 'src/theory/decision_manager.h')
-rw-r--r--src/theory/decision_manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/decision_manager.h b/src/theory/decision_manager.h
index e372ab353..8ee9a22fd 100644
--- a/src/theory/decision_manager.h
+++ b/src/theory/decision_manager.h
@@ -61,7 +61,6 @@ class DecisionManager
// "sat" for problems that are unsat.
STRAT_QUANT_CEGQI_FEASIBLE,
STRAT_QUANT_SYGUS_FEASIBLE,
- STRAT_QUANT_SYGUS_STREAM_FEASIBLE,
// placeholder for last model-sound required strategy
STRAT_LAST_M_SOUND,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback