amnh / PCG

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

Add a command to remove network edges from a graph #76

Open recursion-ninja opened 5 years ago

recursion-ninja commented 5 years ago

Currently we can only add network edges but never remove them. We should add a command to remove network edges if their removal would result in a lower scoring graph object.

Maybe call this "network prune"