amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Add a command to take the current search state and add network edges to it #75

Open recursion-ninja opened 5 years ago

recursion-ninja commented 5 years ago

Currently we can only add network edges by performing a network build which throws away the current search state. We should add a method to preserve the current search state and add network edges to it.

Maybe call this "network graft"