mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
use approximate hitting set implementation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
960e8ea1d5
commit
5427964c54
15 changed files with 273 additions and 156 deletions
|
@ -181,7 +181,7 @@ namespace sat {
|
|||
|
||||
void free_memory();
|
||||
|
||||
void collect_statistics(statistics & st);
|
||||
void collect_statistics(statistics & st) const;
|
||||
void reset_statistics();
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue