public class BBMetric extends AbstractMetric
Constructor and Description |
---|
BBMetric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
compute()
estimate wirelength using the bounding box metric for all nets
|
java.lang.String |
getMetricName() |
toString
public BBMetric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace, java.util.List<PlacementFrame.PlacementNetwork> allNetworks)
public java.lang.Double compute()
compute
in class AbstractMetricGeneric<java.lang.Double>
public java.lang.String getMetricName()
getMetricName
in class AbstractMetricGeneric<java.lang.Double>