public class MSTMetricParallel extends AbstractMetric
allNetworks, nodesToPlace, optimalConnections
Constructor and Description |
---|
MSTMetricParallel(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
compute()
compute metric
|
java.lang.String |
getMetricName() |
toString
public MSTMetricParallel(java.util.List<PlacementFrame.PlacementNode> nodesToPlace, java.util.List<PlacementFrame.PlacementNetwork> allNetworks, java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections)
public java.lang.Double compute()
AbstractMetricGeneric
compute
in class AbstractMetricGeneric<java.lang.Double>
public java.lang.String getMetricName()
getMetricName
in class AbstractMetricGeneric<java.lang.Double>