3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-16 20:24:45 +00:00

remove print

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-12-18 05:59:16 +02:00
parent 72130ac7b9
commit 22166d0760
2 changed files with 8 additions and 3 deletions

View file

@ -117,7 +117,6 @@ namespace opt {
void optsmt::update_lower(unsigned idx, rational const& r) {
inf_eps v(r);
std::cout << "update lower: " << r << "\n";
if (m_lower[idx] < v) {
m_lower[idx] = v;
if (m_s) m_s->get_model(m_model);