summaryrefslogtreecommitdiff
path: root/src/theory/sets/solver_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/solver_state.h')
-rw-r--r--src/theory/sets/solver_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sets/solver_state.h b/src/theory/sets/solver_state.h
index 5bf20daca..b95081b69 100644
--- a/src/theory/sets/solver_state.h
+++ b/src/theory/sets/solver_state.h
@@ -198,7 +198,7 @@ class SolverState
Node getProxy(Node n);
/** Get the empty set of type tn */
Node getEmptySet(TypeNode tn);
- /** Get the universe set of type tn */
+ /** Get the universe set of type tn if it exists or create a new one */
Node getUnivSet(TypeNode tn);
/**
* Get the skolem cache of this theory, which manages a database of introduced
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback