summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_module.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-25 16:19:58 -0500
committerGitHub <noreply@github.com>2018-05-25 16:19:58 -0500
commitb25c979f6db06a4aad82f0e18fc8432f85707347 (patch)
treebc83f304cab407e76828f37ec3fc8a0296c1c267 /src/theory/quantifiers/sygus/sygus_module.h
parent9fc8a7885c89e488daeeaf73c9f099b9d906f3ca (diff)
Reenable repair const (#1983)
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_module.h')
-rw-r--r--src/theory/quantifiers/sygus/sygus_module.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_module.h b/src/theory/quantifiers/sygus/sygus_module.h
index 75be570e6..b01f8e1d0 100644
--- a/src/theory/quantifiers/sygus/sygus_module.h
+++ b/src/theory/quantifiers/sygus/sygus_module.h
@@ -122,6 +122,12 @@ class SygusModule
{
return Node::null();
}
+ /**
+ * Are we trying to repair constants in candidate solutions?
+ * If we return true for usingRepairConst is true, then this module has
+ * attmepted to repair any solutions returned by constructCandidates.
+ */
+ virtual bool usingRepairConst() { return false; }
protected:
/** reference to quantifier engine */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback