3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 18:50:26 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-02-20 20:42:32 -08:00
parent d7e419b7ed
commit 9cde4f7e05
5 changed files with 58 additions and 25 deletions

View file

@ -156,6 +156,6 @@ namespace bv {
/*
* Propagate repair up to parent
*/
void repair_up(expr* e);
bool repair_up(expr* e);
};
}