summaryrefslogtreecommitdiff
path: root/src/theory/rep_set.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-06-16 18:06:27 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-06-16 18:06:27 +0200
commit7a36dd1e29c6d0160f949d5f805044768fb549d1 (patch)
treebb2fea5fac3879868895c2c1dfaf0f969d94dd1d /src/theory/rep_set.h
parent9b32405be875e7d20289d8eabbe85d036a31f301 (diff)
Avoid completion for large finite types. Fix bug for --fmf-fun.
Diffstat (limited to 'src/theory/rep_set.h')
-rw-r--r--src/theory/rep_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rep_set.h b/src/theory/rep_set.h
index 4aab230e6..f1114edcf 100644
--- a/src/theory/rep_set.h
+++ b/src/theory/rep_set.h
@@ -48,7 +48,7 @@ public:
/** returns index in d_type_reps for node n */
int getIndexFor( Node n ) const;
/** complete all values */
- void complete( TypeNode t );
+ bool complete( TypeNode t );
/** debug print */
void toStream(std::ostream& out);
};/* class RepSet */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback