3
0
Fork 0
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:
Nikolaj Bjorner 2025-01-26 14:16:43 -08:00
parent d4100fc472
commit d3bf25ce85
5 changed files with 8 additions and 10 deletions

View file

@ -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();
}