mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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>
|
||||
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);
|
||||
m_last_literal = lit;
|
||||
find_moves(lit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue