Remove obsolete comments

This commit is contained in:
2022-03-02 23:35:24 -06:00
parent 325e1ebe2b
commit b602fb02f1

View File

@@ -157,7 +157,6 @@ public class Simulator implements GraphModificationFunctions {
"removed");}
//Find Maximum Weighted Matching
//using jheaps library class PairingHeap for improved efficiency
if(verbose){System.out.println("Finding maximum weighted matching");}
MaximumWeightBipartiteMatching maxWeightMatching;
//Use correct heap type for priority queue