mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix debug build
This commit is contained in:
parent
73a24ca0a9
commit
d9fcfdab34
8 changed files with 12 additions and 10 deletions
|
@ -1883,6 +1883,7 @@ namespace nlsat {
|
|||
};
|
||||
|
||||
#ifdef Z3DEBUG
|
||||
#include <iostream>
|
||||
void pp(nlsat::explain::imp & ex, unsigned num, nlsat::literal const * ls) {
|
||||
ex.display(std::cout, num, ls);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue