"git-rts@gitlab.mpi-sws.org:adamAndMath/stdpp.git" did not exist on "64843223117124d45708f2ed2d0617a76a20c701"
Many improvements to `multiset_solver`
- Support
∈
- Support
⊂
- Support case splitting on
multiplicity x {[ y ]}
, but only do this when there's no other way.
With the improved multiset_solver
I am able to solve pretty much all lemmas in the gmultiset
file automatically (apart from those that involve elements
, size
, and other connectives that are out of scope).
The new version also handles @fpottier's test case x ∈ X → {[x]} ⊆ X
from #86 (closed).
In addition, I added a bunch of other test cases.
Merge request reports
Activity
Please register or sign in to reply