You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the pattern matcher already implements a form of type intersection https://wiki.opencog.org/w/TypeSetLink. So it might be possible to replace the adhoc type intersection code of the unifier Unify::type_intersection by something more generic (perhaps improving TypeSetLink along the way if necessary).
It looks like the pattern matcher already implements a form of type intersection https://wiki.opencog.org/w/TypeSetLink. So it might be possible to replace the adhoc type intersection code of the unifier
Unify::type_intersection
by something more generic (perhaps improvingTypeSetLink
along the way if necessary).This could be a better way to address https://github.com/opencog/atomspace/issues/1906 as well.
The text was updated successfully, but these errors were encountered: