opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
817 stars 229 forks source link

Fix issues with repeatedly removing and re-inserting an atom (in different frames) #2997

Closed linas closed 1 year ago

linas commented 1 year ago

Removing and re-inserting an atom worked fine, unless the reinserted atom was the same one as was added earlier. This was seen as an already-existing atom, and was mis-handled. Now fixed.