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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index ac0d686de..47d68a365 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -251,10 +251,6 @@ public:
Expr getValue(Expr expr) const override;
/** get cardinality for sort */
Cardinality getCardinality(Type t) const override;
- /** print representative debug function */
- void printRepresentativeDebug( const char* c, Node r );
- /** print representative function */
- void printRepresentative( std::ostream& out, Node r );
//---------------------------- function values
/** a map from functions f to a list of all APPLY_UF terms with operator f */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback