Closed yutakang closed 1 year ago
We may conjecture the same set of and-terms from different or-nodes.
If we store the list of terms as the keys for and-nodes in a certain order, we can use the list as the set of conjectures when checking equality.
Done in this commit (c712a74ac84765379c8715a48b1a0d20357e5fda).
https://github.com/data61/PSL/blob/c712a74ac84765379c8715a48b1a0d20357e5fda/Abduction/Abduction_Graph.ML#L138
We may conjecture the same set of and-terms from different or-nodes.
If we store the list of terms as the keys for and-nodes in a certain order, we can use the list as the set of conjectures when checking equality.