Right now each time a new concept clique is discovered we compare each of the relevant cliques to see if they can be merged. And if they can be, one is deleted and the other has the ones members added to it.
This isn't safe asynchronous behavior, I need to put more effort into thinking through this design.
Right now each time a new concept clique is discovered we compare each of the relevant cliques to see if they can be merged. And if they can be, one is deleted and the other has the ones members added to it.
This isn't safe asynchronous behavior, I need to put more effort into thinking through this design.