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:
parent
72130ac7b9
commit
22166d0760
2 changed files with 8 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue