3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-18 09:12:16 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-02-26 19:49:37 -08:00
parent d774f07eb3
commit f46c3782d6
4 changed files with 41 additions and 9 deletions

View file

@ -169,5 +169,8 @@ namespace bv {
* Propagate repair up to parent
*/
bool repair_up(expr* e);
std::ostream& display(std::ostream& out, expr_ref_vector const& es);
};
}