summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.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/theory_model.h
parent9b32405be875e7d20289d8eabbe85d036a31f301 (diff)
Avoid completion for large finite types. Fix bug for --fmf-fun.
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index 4e5c84f42..be202fb69 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -77,12 +77,6 @@ public:
* If it cannot find such a node, it returns null.
*/
Node getNewDomainValue( TypeNode tn );
- /** complete all values for type
- * Calling this function ensures that all terms of type tn exist in d_rep_set.d_type_reps[tn]
- */
- void completeDomainValues( TypeNode tn ){
- d_rep_set.complete( tn );
- }
public:
/** Adds a substitution from x to t. */
void addSubstitution(TNode x, TNode t, bool invalidateCache = true);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback