mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc3a642876
commit
d1dab327cd
3 changed files with 119 additions and 82 deletions
|
@ -3487,7 +3487,6 @@ public:
|
|||
return inf_eps(rational::zero(), val);
|
||||
}
|
||||
default:
|
||||
std::cout << st << "\n";
|
||||
SASSERT(st == lp::lp_status::UNBOUNDED);
|
||||
TRACE("arith", display(tout << st << " v" << v << " vi: " << vi << "\n"););
|
||||
has_shared = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue