mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
bugfixes
This commit is contained in:
parent
d774f07eb3
commit
f46c3782d6
4 changed files with 41 additions and 9 deletions
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue