summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_instantiation.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-05-10 19:44:58 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-05-10 19:44:58 +0200
commita0cb1add6db449c64c6ca63bc219761c8bc4a4de (patch)
treec4072771a8674ada219c544f9b01e7d288088ce6 /src/theory/quantifiers/ce_guided_instantiation.h
parent57ddd8117fb4fd38912e3baac31d22d355f91e6b (diff)
Minor improvements to infrastructure. Minor changes to default options. Add tff script. Minor additions to sygus.
Diffstat (limited to 'src/theory/quantifiers/ce_guided_instantiation.h')
-rw-r--r--src/theory/quantifiers/ce_guided_instantiation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/ce_guided_instantiation.h b/src/theory/quantifiers/ce_guided_instantiation.h
index f5077ad04..52e110720 100644
--- a/src/theory/quantifiers/ce_guided_instantiation.h
+++ b/src/theory/quantifiers/ce_guided_instantiation.h
@@ -118,7 +118,7 @@ public:
CegInstantiation( QuantifiersEngine * qe, context::Context* c );
public:
bool needsCheck( Theory::Effort e );
- bool needsModel( Theory::Effort e );
+ unsigned needsModel( Theory::Effort e );
/* Call during quantifier engine's check */
void check( Theory::Effort e, unsigned quant_e );
/* Called for new quantifiers */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback