mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
throttle value smt -> sls
This commit is contained in:
parent
d4100fc472
commit
d3bf25ce85
5 changed files with 8 additions and 10 deletions
|
@ -105,11 +105,6 @@ namespace sls {
|
|||
m_smt_plugin->add_unit(lit);
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
if (ctx.has_new_best_phase())
|
||||
m_smt_plugin->import_phase_from_smt();
|
||||
|
||||
#endif
|
||||
|
||||
m_smt_plugin->import_from_sls();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue