mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 13:07:53 +00:00
fixes to sls
This commit is contained in:
parent
7c5ff7c623
commit
197951cad4
8 changed files with 33 additions and 46 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue