summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_engine.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/model_engine.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/model_engine.h')
-rw-r--r--src/theory/quantifiers/model_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/model_engine.h b/src/theory/quantifiers/model_engine.h
index 8c53084f0..6cdb47be2 100644
--- a/src/theory/quantifiers/model_engine.h
+++ b/src/theory/quantifiers/model_engine.h
@@ -48,7 +48,7 @@ public:
virtual ~ModelEngine();
public:
bool needsCheck( Theory::Effort e );
- bool needsModel( Theory::Effort e );
+ unsigned needsModel( Theory::Effort e );
void check( Theory::Effort e, unsigned quant_e );
void registerQuantifier( Node f );
void assertNode( Node f );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback