summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_util.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-03-04 10:39:27 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-03-04 10:39:38 +0100
commit74f1358ca108f3ae4bc8b2d01a2c14e0c20bcc9b (patch)
treeffcd22bc1205e4619e05af2eac79918287af2374 /src/theory/quantifiers/quant_util.h
parentf6833bca76627f970d3c61ee163a32869ffa1b10 (diff)
More work on arithmetic single invocation synthesis conjectures.
Diffstat (limited to 'src/theory/quantifiers/quant_util.h')
-rw-r--r--src/theory/quantifiers/quant_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/quant_util.h b/src/theory/quantifiers/quant_util.h
index eebf87dc0..ca24de5f7 100644
--- a/src/theory/quantifiers/quant_util.h
+++ b/src/theory/quantifiers/quant_util.h
@@ -36,8 +36,8 @@ public:
static bool getMonomial( Node n, std::map< Node, Node >& msum );
static bool getMonomialSum( Node n, std::map< Node, Node >& msum );
static bool getMonomialSumLit( Node lit, std::map< Node, Node >& msum );
- static bool isolate( Node v, std::map< Node, Node >& msum, Node & veq, Kind k );
- static bool isolateEqCoeff( Node v, std::map< Node, Node >& msum, Node & veq );
+ //return 1 : solved on LHS, return -1 : solved on RHS, return 0: failed
+ static int isolate( Node v, std::map< Node, Node >& msum, Node & veq, Kind k, bool doCoeff = false );
static Node negate( Node t );
static Node offset( Node t, int i );
static void debugPrintMonomialSum( std::map< Node, Node >& msum, const char * c );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback