mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
add rewrite to each branch of mbp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c32bfb5ecd
commit
915983821b
4 changed files with 9 additions and 9 deletions
|
@ -94,5 +94,7 @@ public:
|
|||
};
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& out, model_core const& m);
|
||||
|
||||
|
||||
#endif /* MODEL_H_ */
|
||||
|
|
|
@ -25,6 +25,5 @@ Revision History:
|
|||
|
||||
void model_smt2_pp(std::ostream & out, ast_printer_context & ctx, model_core const & m, unsigned indent);
|
||||
void model_smt2_pp(std::ostream & out, ast_manager & m, model_core const & md, unsigned indent);
|
||||
std::ostream& operator<<(std::ostream& out, model_core const& m);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue