mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
revert debug changes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9a642215eb
commit
eaffe46468
2 changed files with 1 additions and 3 deletions
|
@ -73,8 +73,6 @@ struct solver::imp {
|
|||
}
|
||||
// TBD: add variable bounds?
|
||||
|
||||
m_nlsat->display(std::cout);
|
||||
|
||||
lbool r = l_undef;
|
||||
try {
|
||||
r = m_nlsat->check();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue