Class | Description |
---|---|
Find2PPViolators |
Assumes the puzzle is extended.
|
Find2PPViolatorsSingleQ |
A generic class for finding all of the configurations of a graph that violate the 2PP that have pebbles on a given
number of vertices.
|
Find2PPViolatorsWithPebblesOnTheseVertices |
Assumes the puzzle is extended.
|
TwoPebblingAllViolators |
A two pebbling algorithm that runs SingleQValueAllUnsolvable This class should really needs to use inheritence
better, though I didn't want to rewrite it all.
|
TwoPebblingGeneric |
A superclass for all of the 2PP algorithms.
|
TwoPebblingProperty |