Skip to content
Snippets Groups Projects
Commit 4eae6376 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Remove ad-hoc (old) version of `multiset_solver`.

parent 0ebaf8bc
No related branches found
No related tags found
No related merge requests found
Pipeline #80804 passed
...@@ -76,11 +76,6 @@ Section proof. ...@@ -76,11 +76,6 @@ Section proof.
iNext. iExists _; iFrame. iNext. iExists _; iFrame.
Qed. Qed.
Local Ltac multiset_solver :=
intro;
repeat (rewrite multiplicity_difference || rewrite multiplicity_disj_union);
(lia || naive_solver).
Lemma popBag_spec γb γ x X : Lemma popBag_spec γb γ x X :
{{{ bagM γb γ x bagPart γ 1 X }}} {{{ bagM γb γ x bagPart γ 1 X }}}
popBag b x popBag b x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment