3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 13:07:53 +00:00

fixes to sls

This commit is contained in:
Nikolaj Bjorner 2024-11-16 08:28:17 -08:00
parent 7c5ff7c623
commit 197951cad4
8 changed files with 33 additions and 46 deletions

View file

@ -124,10 +124,10 @@ namespace sls {
m_ddfw->reinit();
}
void on_save_model() override;
lbool on_save_model() override;
void on_model(model_ref& mdl) override {
IF_VERBOSE(3, verbose_stream() << "on-model " << "\n");
IF_VERBOSE(2, verbose_stream() << "on-model " << "\n");
m_sls_model = mdl;
}