Kemsekov / GraphSharp

GraphSharp is a tool to study and use knowledge of graph theory in C#!
MIT License
39 stars 5 forks source link

Add graph matching algorithms #67

Closed Kemsekov closed 8 months ago

Kemsekov commented 8 months ago

It's the same as independent vertex set but on edges.

Can be done as independent set on line graph so there is no reason to implement it separately