mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
coallesce common code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b300041075
commit
3f5ed8ff11
5 changed files with 97 additions and 121 deletions
|
@ -39,7 +39,7 @@ namespace smt {
|
|||
void set_model(model_ref& mdl);
|
||||
lbool operator()();
|
||||
void set_cancel(bool f);
|
||||
void collect_statistics(statistics& st) const;
|
||||
void collect_statistics(::statistics& st) const;
|
||||
void get_model(model_ref& mdl);
|
||||
void updt_params(params_ref& p);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue