summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_module.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-17 17:32:02 -0500
committerGitHub <noreply@github.com>2018-09-17 17:32:02 -0500
commit8d7b71d2a8c02bf26ec3fa1de6abcf2547b3acbf (patch)
tree71039aea11618043a9cc28228a93be3bab915a89 /src/theory/quantifiers/sygus/sygus_module.h
parent62b20b4983d7f6cdea4a1814fc331199303a1092 (diff)
Decision strategy: incorporate cegis unif (#2482)
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_module.h')
-rw-r--r--src/theory/quantifiers/sygus/sygus_module.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_module.h b/src/theory/quantifiers/sygus/sygus_module.h
index 52b6aea0a..e2a9fae80 100644
--- a/src/theory/quantifiers/sygus/sygus_module.h
+++ b/src/theory/quantifiers/sygus/sygus_module.h
@@ -114,14 +114,6 @@ class SygusModule
std::vector<Node>& lems)
{
}
- /** get next decision request
- *
- * This has the same contract as Theory::getNextDecisionRequest.
- */
- virtual Node getNextDecisionRequest(unsigned& priority)
- {
- return Node::null();
- }
/**
* Are we trying to repair constants in candidate solutions?
* If we return true for usingRepairConst is true, then this module has
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback