mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570.
This commit is contained in:
parent
520e868add
commit
bfaa9ddf63
6 changed files with 13 additions and 9 deletions
|
@ -187,7 +187,7 @@ namespace sat {
|
|||
void updt_params(params_ref const & p);
|
||||
static void collect_param_descrs(param_descrs & d);
|
||||
|
||||
void free_memory();
|
||||
void finalize();
|
||||
|
||||
void collect_statistics(statistics & st) const;
|
||||
void reset_statistics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue