opencog / unify

Atomese expression unifier
Other
1 stars 3 forks source link

Provide form of unifier that returns QueueValue #3

Closed linas closed 1 year ago

linas commented 1 year ago

The UniferLink and the UnifyReduceLink return SetLinks. The classic problem with Set Links is that they pollute the AtomSpace. A form that uses QueueValues would see to be better.

See https://wiki.opencog.org/w/UnifierLink https://wiki.opencog.org/w/UnifyReduceLink https://wiki.opencog.org/w/QueueValue

linas commented 1 year ago

Never Mind. I changed it to LinkValue. which is good enough for most uses. QueueValue only if you need parallelism.