mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
updates to mbqi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e8cabdc620
commit
402234757e
2 changed files with 114 additions and 114 deletions
|
@ -697,7 +697,7 @@ void expand_literals(ast_manager &m, expr_ref_vector& conjs)
|
|||
}
|
||||
|
||||
namespace {
|
||||
class implicant_picker {
|
||||
class implicant_picker {
|
||||
model_evaluator_util &m_mev;
|
||||
ast_manager &m;
|
||||
arith_util m_arith;
|
||||
|
@ -875,7 +875,7 @@ namespace {
|
|||
void operator() (expr_ref_vector &in, expr_ref_vector& out)
|
||||
{pick_implicant (in, out);}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
void compute_implicant_literals (model_evaluator_util &mev, expr_ref_vector &formula,
|
||||
expr_ref_vector &res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue