mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 01:02:15 +00:00
fix debug build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
00a401260e
commit
d9ccb3928e
3 changed files with 3 additions and 5 deletions
|
@ -166,8 +166,6 @@ namespace sat {
|
|||
bdd mk_and(bdd const& a, bdd const& b);
|
||||
bdd mk_or(bdd const& a, bdd const& b);
|
||||
|
||||
std::ostream& display(std::ostream& out, bdd const& b);
|
||||
|
||||
public:
|
||||
struct mem_out {};
|
||||
|
||||
|
@ -190,6 +188,7 @@ namespace sat {
|
|||
bdd mk_ite(bdd const& c, bdd const& t, bdd const& e);
|
||||
|
||||
std::ostream& display(std::ostream& out);
|
||||
std::ostream& display(std::ostream& out, bdd const& b);
|
||||
};
|
||||
|
||||
class bdd {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue