mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
local updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
276bef1c20
commit
311183e19a
1 changed files with 0 additions and 4 deletions
|
@ -100,11 +100,7 @@ namespace sat {
|
||||||
}
|
}
|
||||||
TRACE("sat", tout << "new core: " << mus << "\n";);
|
TRACE("sat", tout << "new core: " << mus << "\n";);
|
||||||
set_core();
|
set_core();
|
||||||
<<<<<<< HEAD
|
|
||||||
IF_VERBOSE(2, verbose_stream() << "(sat.mus.new " << core << ")\n";);
|
IF_VERBOSE(2, verbose_stream() << "(sat.mus.new " << core << ")\n";);
|
||||||
=======
|
|
||||||
IF_VERBOSE(2, verbose_stream() << "(sat.mus.new " << m_core << ")\n";);
|
|
||||||
>>>>>>> 180b0d4ec915c84b770bb609fae4e462118cde50
|
|
||||||
return l_true;
|
return l_true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue