summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index 092b5e8c7..e023edadd 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -72,11 +72,6 @@ public:
* This function returns a term in d_rep_set.d_type_reps[tn] but not in exclude
*/
Node getDomainValue( TypeNode tn, std::vector< Node >& exclude );
- /** get new domain value
- * This function returns a constant term of type tn that is not in d_rep_set.d_type_reps[tn]
- * If it cannot find such a node, it returns null.
- */
- Node getNewDomainValue( TypeNode 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