mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 15:00:08 +00:00
SLS: log clause , allow more frequent export of SLS state to SMT
This commit is contained in:
parent
84447b7031
commit
4b72e517b7
4 changed files with 32 additions and 21 deletions
|
@ -293,7 +293,7 @@ namespace sls {
|
|||
}
|
||||
|
||||
void smt_plugin::export_from_sls() {
|
||||
if (unsat().size() >= m_min_unsat_size)
|
||||
if (unsat().size() > m_min_unsat_size)
|
||||
return;
|
||||
m_min_unsat_size = unsat().size();
|
||||
export_phase_from_sls();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue