Package | Description |
---|---|
cusack.hcg.games.pebble.algorithms.islands |
Modifier and Type | Method and Description |
---|---|
static Path |
IslandUtils.findPathBFS(Vertex source,
Vertex sink,
java.util.Set<Vertex> includes) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Path> |
IslandUtils.getDoublePebblePaths(Island i,
Vertex u,
Vertex v)
Tests to see if using only the vertices in Island i, we can move two pebbles simultaneously to Vertex v.
|
java.util.List<Path> |
UnweightedFlow.getVertexDisjointPaths(int n)
The main algorithm.
|
Modifier and Type | Method and Description |
---|---|
static int |
IslandUtils.pebbleAlongPath(PebbleInstance pi,
Path path)
Added by CAC 1/09
|
Modifier and Type | Method and Description |
---|---|
static int |
IslandUtils.pebbleAlongPaths(PebbleInstance pi,
java.util.Collection<Path> paths)
Pebble along multiple paths.
|