mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
debugging #1233
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
33e8113c9e
commit
c5f231acdf
4 changed files with 43 additions and 29 deletions
|
@ -1237,7 +1237,7 @@ namespace smt {
|
|||
|
||||
std::ostream& display_literal(std::ostream & out, literal l) const;
|
||||
|
||||
void display_detailed_literal(std::ostream & out, literal l) const { l.display(out, m_manager, m_bool_var2expr.c_ptr()); }
|
||||
std::ostream& display_detailed_literal(std::ostream & out, literal l) const { l.display(out, m_manager, m_bool_var2expr.c_ptr()); return out; }
|
||||
|
||||
void display_literal_info(std::ostream & out, literal l) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue