mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
parent
dc5e4ca1c5
commit
4b35ef29c9
6 changed files with 78 additions and 36 deletions
|
@ -75,11 +75,9 @@ namespace opt {
|
|||
trace_bounds("wmax");
|
||||
|
||||
TRACE("opt",
|
||||
s().display(tout); tout << "\n";
|
||||
s().display(tout)<< "\n";
|
||||
tout << "lower: " << m_lower << " upper: " << m_upper << "\n";);
|
||||
while (!m.canceled() && m_lower < m_upper) {
|
||||
//mk_assumptions(asms);
|
||||
//is_sat = s().preferred_sat(asms, cores);
|
||||
is_sat = s().check_sat(0, nullptr);
|
||||
if (m.canceled()) {
|
||||
is_sat = l_undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue