public class Maze
extends java.lang.Object
Constructor and Description |
---|
Maze() |
Modifier and Type | Method and Description |
---|---|
static void |
mazeRoute()
TOP-LEVEL CONTROL CODE
|
void |
routeSelected(Cell cell,
java.util.List<ArcInst> arcsToRoute)
This is the public interface for Maze Routing when done in batch mode.
|