summaryrefslogtreecommitdiff
path: root/src/printer/printer.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-08-23 01:50:02 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-08-23 01:50:02 -0400
commit829b597108f64a97398c863d150905c6d203613f (patch)
tree71194e53b7536031cb6481320e0d109123deed37 /src/printer/printer.h
parentba9a2a34e37f856774662b50a09b3a1d3b9ae89f (diff)
Unsat core printing.
Diffstat (limited to 'src/printer/printer.h')
-rw-r--r--src/printer/printer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/printer/printer.h b/src/printer/printer.h
index beb2438e2..9a9ee19d1 100644
--- a/src/printer/printer.h
+++ b/src/printer/printer.h
@@ -103,6 +103,9 @@ public:
/** Write a Model out to a stream with this Printer. */
virtual void toStream(std::ostream& out, const Model& m) const throw();
+ /** Write an UnsatCore out to a stream with this Printer. */
+ virtual void toStream(std::ostream& out, const UnsatCore& core) const throw();
+
};/* class Printer */
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback