gambitproject / jsgte

JavaScript GTE
GNU General Public License v2.0
14 stars 16 forks source link

merging of root with any other node- fixes #46 and #80 #84

Open PARAG00991 opened 8 years ago

PARAG00991 commented 8 years ago

At present, if we try to merge root of the tree with any other node of the tree, it shows us some weird behavior as discussed in #46 and #80 . After this patch, if we try to merge root with any other node of tree, we will get a warning Couldn't merge the information sets.Please select two information sets that do not share a path from root. Hence fixing #46 and #80