3
0
Fork 0
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:
Nikolaj Bjorner 2018-06-24 17:06:49 -07:00
parent c32bfb5ecd
commit 915983821b
4 changed files with 9 additions and 9 deletions

View file

@ -94,5 +94,7 @@ public:
};
};
std::ostream& operator<<(std::ostream& out, model_core const& m);
#endif /* MODEL_H_ */

View file

@ -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