mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
optimize model pruning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9828a29b68
commit
0a8be25149
5 changed files with 398 additions and 241 deletions
|
@ -324,10 +324,7 @@ namespace pdr {
|
|||
|
||||
|
||||
// Initialization
|
||||
class is_propositional_proc;
|
||||
bool is_propositional(datalog::rule_set& rules);
|
||||
class is_bool_proc;
|
||||
bool is_bool(datalog::rule_set& rules);
|
||||
class classifier_proc;
|
||||
void init_model_generalizers(datalog::rule_set& rules);
|
||||
void init_core_generalizers(datalog::rule_set& rules);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue