Package | Description |
---|---|
com.sun.electric.tool.placement.simulatedAnnealing1 |
Modifier and Type | Method and Description |
---|---|
SimulatedAnnealing.PlacementNodePosition |
SimulatedAnnealing.IncrementalState.getNodeFromState(int index)
Returns the
PlacementNodePosition for a node given the
index. |
Modifier and Type | Method and Description |
---|---|
double |
SimulatedAnnealing.IncrementalState.addNode(int index,
SimulatedAnnealing.PlacementNodePosition newNode)
Adds a node to the list of changed nodes.
|