Files
Picus/picus
sorawee ea0cb6a4e4 fix: compute unknown set correctly (#20)
In basis2 lemma, set-remove (which removes a single element) is used
instead of set-subtract (which removes a set of elements).
Previously, Picus gets away with this incorrect result because linear
lemma will "clean up" afterward by syncing known set and unknown set.
However, in the PR #18, we no longer do this syncing,
thus uncovering this issue. This commit fixes the problem.
2023-08-30 11:16:01 -05:00
..
2023-08-16 16:56:02 -07:00
2023-08-25 17:22:01 -05:00
2022-07-22 12:31:31 -04:00
2023-08-16 16:56:02 -07:00
2022-07-25 11:43:21 -04:00
2023-08-16 16:56:02 -07:00