3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 19:47:52 +00:00

fix sls based on pkb120

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-05-05 19:22:34 -07:00
parent f1ebf2002a
commit 7ade3f2c04
4 changed files with 54 additions and 5 deletions

View file

@ -42,6 +42,7 @@ namespace smt {
void collect_statistics(::statistics& st) const;
void get_model(model_ref& mdl);
void updt_params(params_ref& p);
void reset();
};