Skip to content

Commit

Permalink
maxflow code now working
Browse files Browse the repository at this point in the history
  • Loading branch information
Camille authored and Camille committed Oct 27, 2011
1 parent 88546ca commit 172256f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pink/kruskal.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@ list * MSF_Kruskal(MergeTree * MT)
Insert(&cut, i);
}

//PrintList(cut);

if (cut == NULL) Insert(&cut, root_node);
LifoTermine(LIFO);
//PrintList(cut);
LifoTermine(LIFO);
free(Mrk);
free(SeededNodes);
free(Rnk);
Expand Down

0 comments on commit 172256f

Please sign in to comment.