summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_single_inv.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-07-02 16:54:10 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-07-02 16:54:10 +0200
commit69769dae4886621f82c2905b82db727bf2e8cf3f (patch)
treefde0dfe43acb6fc7f0f07251de91db6ed8c2a148 /src/theory/quantifiers/ce_guided_single_inv.h
parentd475d255f3c61380524517cd9b97725dcb0c9c22 (diff)
On-demand upper bound lemmas for deltas in quantified LRA (for casc). Force no macros-quant in incremental. Update casc TFN script.
Diffstat (limited to 'src/theory/quantifiers/ce_guided_single_inv.h')
-rw-r--r--src/theory/quantifiers/ce_guided_single_inv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/ce_guided_single_inv.h b/src/theory/quantifiers/ce_guided_single_inv.h
index 54f762720..eb99fc4f6 100644
--- a/src/theory/quantifiers/ce_guided_single_inv.h
+++ b/src/theory/quantifiers/ce_guided_single_inv.h
@@ -72,7 +72,7 @@ public:
//delta
Node d_n_delta;
//check : add instantiations based on valuation of d_vars
- void check();
+ bool check();
// get delta lemmas : on-demand force minimality of d_n_delta
void getDeltaLemmas( std::vector< Node >& lems );
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback