3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-04 17:35:17 +00:00

prepare for tuned viable sets

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-06-30 01:05:34 -04:00
parent a0b0c1f428
commit a374e739f1
6 changed files with 165 additions and 38 deletions

View file

@ -259,6 +259,7 @@ namespace dd {
bool is_constv(bddv const& a);
rational to_val(bddv const& a);
std::ostream& display(std::ostream& out);
std::ostream& display(std::ostream& out, bdd const& b);