mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +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
|
@ -143,7 +143,7 @@ namespace sat {
|
|||
static void collect_param_descrs(param_descrs & d);
|
||||
|
||||
void set_cancel(bool f);
|
||||
void collect_statistics(statistics & st);
|
||||
void collect_statistics(statistics & st) const;
|
||||
void reset_statistics();
|
||||
void display_status(std::ostream & out) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue