mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Formatting
This commit is contained in:
parent
dd064bd8f9
commit
4ca734528e
|
@ -923,11 +923,10 @@ class implicant_picker {
|
|||
}
|
||||
|
||||
void compute_implicant_literals (model_evaluator_util &mev, expr_ref_vector &formula,
|
||||
expr_ref_vector &res)
|
||||
{
|
||||
expr_ref_vector &res) {
|
||||
// XXX what is the point of flattening?
|
||||
flatten_and (formula);
|
||||
if (formula.empty()) { return; }
|
||||
if (formula.empty()) { return; }
|
||||
|
||||
implicant_picker ipick (mev);
|
||||
ipick (formula, res);
|
||||
|
|
Loading…
Reference in a new issue