mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 06:16:02 +00:00
revert the change
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
51f6dfeb83
commit
54257b6629
62 changed files with 120 additions and 765 deletions
|
|
@ -1066,7 +1066,6 @@ namespace opt {
|
|||
expr_ref_vector soft(m);
|
||||
for (unsigned k = 1; k <= min_cardinality; ++k) {
|
||||
auto p_k = m.mk_fresh_const("p", m.mk_bool_sort());
|
||||
//non-deterministic order no change: too complex
|
||||
soft.push_back(m.mk_ite(p_k, a.mk_int(1), a.mk_int(0)));
|
||||
for (auto c : cardinalities)
|
||||
// p_k => c >= k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue