summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_instantiation.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-08-28 13:36:44 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-08-28 13:36:44 +0200
commit6842b50e9e59c89efc21b83faa541df069b5c333 (patch)
tree8dad5fc6558728f5945620052caa07cdc77d30bb /src/theory/quantifiers/ce_guided_instantiation.h
parent0ddf1b9c74f2b2a78e0960b710c2edbdc5f8d02d (diff)
Improvements to sygus, register equivalent terms based on rewrites of original conjecture, set default invariant template mode to post-condition.
Diffstat (limited to 'src/theory/quantifiers/ce_guided_instantiation.h')
-rw-r--r--src/theory/quantifiers/ce_guided_instantiation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/quantifiers/ce_guided_instantiation.h b/src/theory/quantifiers/ce_guided_instantiation.h
index 9228f11b6..8aa2e2c26 100644
--- a/src/theory/quantifiers/ce_guided_instantiation.h
+++ b/src/theory/quantifiers/ce_guided_instantiation.h
@@ -89,6 +89,8 @@ public: //for fairness
bool isSingleInvocation();
/** needs check */
bool needsCheck();
+ /** preregister conjecture */
+ void preregisterConjecture( Node q );
};
@@ -139,6 +141,8 @@ public:
void printSynthSolution( std::ostream& out );
/** collect disjuncts */
static void collectDisjuncts( Node n, std::vector< Node >& ex );
+ /** preregister assertion (before rewrite) */
+ void preregisterAssertion( Node n );
public:
class Statistics {
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback