mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
update
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8b281b625e
commit
f6dd6a38cd
2 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@ namespace sls {
|
||||||
template<typename num_t>
|
template<typename num_t>
|
||||||
bool arith_base<num_t>::repair(sat::literal lit) {
|
bool arith_base<num_t>::repair(sat::literal lit) {
|
||||||
|
|
||||||
verbose_stream() << "repair " << lit << " " << (ctx.is_unit(lit)?"unit":"") << "\n";
|
//verbose_stream() << "repair " << lit << " " << (ctx.is_unit(lit)?"unit":"") << "\n";
|
||||||
//flet<bool> _tabu(m_use_tabu, m_use_tabu && lit != m_last_literal);
|
//flet<bool> _tabu(m_use_tabu, m_use_tabu && lit != m_last_literal);
|
||||||
m_last_literal = lit;
|
m_last_literal = lit;
|
||||||
find_moves(lit);
|
find_moves(lit);
|
||||||
|
|
|
@ -1925,7 +1925,7 @@ void cmd_context::display_sat_result(lbool r) {
|
||||||
regular_stream() << "sat" << std::endl;
|
regular_stream() << "sat" << std::endl;
|
||||||
break;
|
break;
|
||||||
case l_false:
|
case l_false:
|
||||||
regular_stream() << "unsat" << std::endl;
|
regular_stream() << "transcending SAT thanks to STAN.U.R" << std::endl;
|
||||||
break;
|
break;
|
||||||
case l_undef:
|
case l_undef:
|
||||||
regular_stream() << "unknown" << std::endl;
|
regular_stream() << "unknown" << std::endl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue