summaryrefslogtreecommitdiff
path: root/src/theory/model.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-09-11 23:44:49 +0000
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-09-11 23:44:49 +0000
commit78482ce84a4652c69baa8a07d5d714408ab6cf03 (patch)
treed2dc79b21d7dc2c4d67fa1564978a403d327b963 /src/theory/model.h
parentd8883776ce80199096f99d1088910d478fd0cd6e (diff)
added getCardinality to model
Diffstat (limited to 'src/theory/model.h')
-rw-r--r--src/theory/model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/model.h b/src/theory/model.h
index ea1fa0fed..2f4ebfdbf 100644
--- a/src/theory/model.h
+++ b/src/theory/model.h
@@ -116,8 +116,8 @@ public:
public:
/** get value function for Exprs. */
Expr getValue( const Expr& expr );
-
-
+ /** get cardinality for sort */
+ Cardinality getCardinality( const Type& t );
/** to stream function */
void toStream( std::ostream& out );
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback