mluipersbeck / dapcstp

GNU Affero General Public License v3.0
7 stars 8 forks source link

Edge List has to be Undirected for MWCS #8

Open floklimm opened 5 years ago

floklimm commented 5 years ago

I just wanted to comment that the Maximum-weight connected subgraph problem (mwcs) variant the edge-list has to be undirected (e.g., each edge is listed only once) Otherwise, it results in a Segmentation Fault.