Remove obsolete comments
This commit is contained in:
@@ -157,7 +157,6 @@ public class Simulator implements GraphModificationFunctions {
|
|||||||
"removed");}
|
"removed");}
|
||||||
|
|
||||||
//Find Maximum Weighted Matching
|
//Find Maximum Weighted Matching
|
||||||
//using jheaps library class PairingHeap for improved efficiency
|
|
||||||
if(verbose){System.out.println("Finding maximum weighted matching");}
|
if(verbose){System.out.println("Finding maximum weighted matching");}
|
||||||
MaximumWeightBipartiteMatching maxWeightMatching;
|
MaximumWeightBipartiteMatching maxWeightMatching;
|
||||||
//Use correct heap type for priority queue
|
//Use correct heap type for priority queue
|
||||||
|
|||||||
Reference in New Issue
Block a user