mirror of
https://github.com/Z3Prover/z3
synced 2025-09-06 18:01:07 +00:00
bugfixes in sls-arith
This commit is contained in:
parent
8dac67d713
commit
849385c6a1
17 changed files with 1094 additions and 504 deletions
|
@ -44,7 +44,10 @@ namespace sls {
|
|||
void on_restart() override;
|
||||
std::ostream& display(std::ostream& out) const override;
|
||||
void mk_model(model& mdl) override;
|
||||
void set_value(expr* e, expr* v) override;
|
||||
bool set_value(expr* e, expr* v) override;
|
||||
|
||||
void collect_statistics(statistics& st) const override;
|
||||
void reset_statistics() override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue