Remove obsolete comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user