- rainbowOfColors - Static variable in class cusack.hcg.gui.Resources
-
- random(int, int) - Static method in class cusack.hcg.matrix.IntegerMatrix
-
Generate matrix with random elements
- random(int, int) - Static method in class cusack.hcg.matrix.Matrix
-
Generate matrix with random elements
- rank() - Method in class cusack.hcg.matrix.Matrix
-
Matrix rank
- rank() - Method in class cusack.hcg.matrix.SingularValueDecomposition
-
Effective numerical matrix rank
- ReachItHelpPanel - Class in cusack.hcg.games.pebble.reachit
-
- ReachItHelpPanel() - Constructor for class cusack.hcg.games.pebble.reachit.ReachItHelpPanel
-
- ReachItInstance - Class in cusack.hcg.games.pebble.reachit
-
- ReachItInstance() - Constructor for class cusack.hcg.games.pebble.reachit.ReachItInstance
-
- ReachItTheme - Class in cusack.hcg.games.pebble.reachit
-
- ReachItTheme() - Constructor for class cusack.hcg.games.pebble.reachit.ReachItTheme
-
- read(BufferedReader) - Static method in class cusack.hcg.matrix.IntegerMatrix
-
Read a matrix from a stream.
- read(BufferedReader) - Static method in class cusack.hcg.matrix.Matrix
-
Read a matrix from a stream.
- readListFile(String) - Static method in class cusack.hcg.games.pebble.algorithms.matrixconversion.UtilityMethodsForG6Graphs
-
- readListFileIntoGenericGraphs(String) - Static method in class cusack.hcg.games.pebble.algorithms.matrixconversion.UtilityMethodsForG6Graphs
-
- readMatrixFile(String) - Static method in class cusack.hcg.games.pebble.algorithms.matrixconversion.UtilityMethodsForG6Graphs
-
Read a .MATRIX file and convert it into a list of EfficientMatrixGraph objects.
- reallyDecodeData() - Method in class cusack.hcg.events.MultiEdgeEvent
-
- reallyDecodeData() - Method in class cusack.hcg.events.MultiVertexEvent
-
- reallyDoThis(Component, String) - Static method in class cusack.hcg.gui.dialogs.UsefulDialogs
-
- reallyDoThisWithAdditionalComments(Component, String, String) - Static method in class cusack.hcg.gui.dialogs.UsefulDialogs
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.CompressEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.EdgeAddedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.EdgeRemovedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.ExpandEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.HorizontalFlipEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.MultiEdgesAddedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.MultiEdgesRemovedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.MultiVertexAddedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.MultiVertexMoveEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.MultiVertexMultiMoveEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.MultiVertexRemovedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.VertexAddedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.VertexRemovedEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.VerticalFlipEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.events.graph.XYFlipEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.pebble.events.ChangeTargetVertexEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.pebble.events.MovePebbleEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.pebble.events.UndoMovePebbleEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.portallord.events.PortalLordClearValuesEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.portallord.events.PortalLordUnClearEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.powergraph.events.MultiVertexChosenEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.powergraph.events.MultiVertexUnchosenEvent
-
- reallyPerformEvent() - Method in class cusack.hcg.games.weighted.events.ChangeSourceVertexEvent
-
- reallySetLocked(boolean) - Method in class cusack.hcg.model.PuzzleInstance
-
This is needed to lock in Edit mode when there is a tutorial.
- RecordableEvent - Interface in cusack.hcg.events
-
Interface that will be implemented on events that should be loggable.
- recordGraphEvents() - Method in class cusack.hcg.model.PuzzleInstance
-
Set recordGraphEvents to true.
- RECYCLE - Static variable in class cusack.hcg.games.pebble.events.PebbleEventDecoder
-
- recycle() - Method in class cusack.hcg.games.pebble.PebbleInstance
-
This method causes a recycle event to occur which notifies the listeners of this class using a reset event.
- recycleDemo(ControllablePanel) - Static method in class cusack.hcg.games.pebble.PebbleRelatedDemoPanelFactory
-
- RecycleEvent - Class in cusack.hcg.games.pebble.events
-
A reset event.
- RecycleEvent(PebbleInstance) - Constructor for class cusack.hcg.games.pebble.events.RecycleEvent
-
- RecycleEvent(PebbleInstance, String) - Constructor for class cusack.hcg.games.pebble.events.RecycleEvent
-
- RED - Static variable in class cusack.hcg.gui.Resources
-
- REDO - Static variable in class cusack.hcg.events.EventDecoder
-
- REDO - Static variable in class cusack.hcg.gui.Resources
-
- redo() - Method in class cusack.hcg.model.PuzzleInstance
-
Allows redoing of events that are "no longer on undo queue" (They are there but hidden).
- redo(PuzzleInstance) - Method in class cusack.hcg.model.UndoRedoHistory
-
Deprecated.
Redo the top move on the undo stack, remove it and place it on
the move stack (so it can be undone).
- RedoEvent - Class in cusack.hcg.events.game
-
- RedoEvent(PuzzleInstance) - Constructor for class cusack.hcg.events.game.RedoEvent
-
- refreshTableView() - Method in class cusack.hcg.gui.controller.TableController
-
This method is called when the table needs to refresh because the back button was pressed and an old table was
loaded.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.CheckReachabilityAllVertices
-
Deprecated.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.CheckReachabilityByConvertingToDirectedGraphs
-
Deprecated.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsReachableShortestPebblePathAaronModified
-
Deprecated.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsReachableShortestPebblePathAaronOriginal
-
Deprecated.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsSolvableMergePebblesOriginal
-
Deprecated.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsSolvablePurePebbles
-
Deprecated.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsSolvableShortestPebblePathAaron
-
Deprecated.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.EfficientPebbleAlgorithm
-
If resetWithThesePebbles is called, what else needs to be reinitialized before the algorithm can be run?
This is supposed to be much more efficient than calling initializeMoreData.
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.mergePebbles.MergePebbles
-
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.solvability.BacktrackingSolvabilitySomewhatEfficient
-
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.solvability.IsSolvableSomewhatExhaustiveEfficient
-
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.solvability.nondeterministic.IsSolvableShortestPath
-
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.solvability.nondeterministic.IsSolvableShortestPebblePath
-
- reinitializeMoreData() - Method in class cusack.hcg.games.pebble.algorithms.solvability.nondeterministic.WeightFunctionCheck
-
- remove() - Method in class cusack.hcg.games.pebble.algorithms.islands.IslandMove
-
- remove() - Method in class cusack.hcg.games.pebble.algorithms.islands.IslandMoveListState
-
- remove() - Method in class cusack.hcg.games.pebble.algorithms.islands.TwoTwoIslandMove
-
- remove() - Method in class cusack.hcg.games.pebble.algorithms.solvability.IsSolvableSomewhatExhaustiveEfficient
-
From Iterator interface.
- remove(T) - Method in class cusack.hcg.graph.HashMultiSet
-
- REMOVE_PEBBLES - Static variable in class cusack.hcg.games.pebble.events.PebbleEventDecoder
-
- removeAll() - Method in class cusack.hcg.comm.GenericCache
-
- removeAll(Set<T>) - Method in class cusack.hcg.graph.HashMultiSet
-
- removeColumnByFieldName(String) - Method in class cusack.hcg.gui.view.tables.TableView
-
This method is supposed to remove a column from the view based on the name of the field it corresponds to.
- removeCompositePebble(CompositePebble) - Method in class cusack.hcg.games.pebble.algorithms.mergePebbles.PebbleList
-
- removeDirectedEdge(Vertex) - Method in class cusack.hcg.graph.Vertex
-
This method will remove a directed edge that is between this vertex and the vertex that is passed in.
- removeEdge(int, int) - Method in class cusack.hcg.games.multidesigns.algorithms.MultiGraphAdjacencyMatrix
-
Unsafe but efficient edge removal.
- removeEdge(Vertex, Vertex) - Method in class cusack.hcg.graph.Graph
-
Removes an edge from this graph if the given vertices are adjacent
- removeEdge(Vertex, Vertex, boolean) - Method in class cusack.hcg.graph.GraphWithData
-
Removes the edge between the two specified vertices
- removeEdge(Vertex) - Method in class cusack.hcg.graph.Vertex
-
This method removes the edge between this vertex and the vertex that is passed in.
- removeEdges(ArrayList<SimpleEdge>) - Method in class cusack.hcg.games.multidesigns.algorithms.MultiGraphAdjacencyMatrix
-
Removes all of the edges from the list if they are all present.
- removeEdges(List<Edge>) - Method in class cusack.hcg.graph.Graph
-
Removes edges contained in the given list from this graph
- removeEdges(ArrayList<Edge>, boolean) - Method in class cusack.hcg.graph.GraphWithData
-
Removes a list of edges from the graph
- removeEdgesWithTolerance(ArrayList<SimpleEdge>) - Method in class cusack.hcg.games.multidesigns.algorithms.MultiGraphAdjacencyMatrix
-
- removeFromSelected(ArrayList<Vertex>) - Method in class cusack.hcg.model.PuzzleInstance
-
If the vertices in the list are in the list "selection" they will be deselected.
- removeFromSelected(Vertex) - Method in class cusack.hcg.model.PuzzleInstance
-
Removes the vertex from the selected list.
- removeItem(T) - Method in class cusack.hcg.comm.GenericCache
-
- removeItemWithIdentifier(int) - Method in class cusack.hcg.comm.GenericCache
-
- removeLastSubgraphFromSolution() - Method in class cusack.hcg.games.multidesigns.MultiDesignsInstance
-
- removePebbleAndUpdatePebbleLists(int) - Method in class cusack.hcg.games.pebble.algorithms.mergePebbles.MergePebbles
-
To be used when the method above (addPebbleAndUnprocessCompositePebbles) is used.
- removePebbles(int) - Method in class cusack.hcg.games.pebble.PebbleData
-
- removePebbles(Vertex, int) - Method in class cusack.hcg.games.pebble.PebbleInstance
-
Notice that this sets a vertex uncovered when it has no pebbles.
- removePrevious() - Method in class cusack.hcg.gui.StackedScreen
-
This method displays the previous screen by way of its internal tracking system (a stack).
- removeSubgraph(List<Vertex>) - Method in class cusack.hcg.graph.Graph
-
Remove all of these vertices and the associated edges between them and to other vertices that are still in the
graph.
- removeSubgraph(ArrayList<Vertex>) - Method in class cusack.hcg.graph.GraphWithData
-
- removeSubgraphFromSolution(SubGraph) - Method in class cusack.hcg.games.multidesigns.MultiDesignsInstance
-
- removeVertex(Vertex, boolean) - Method in class cusack.hcg.graph.GraphWithData
-
Removes the specified Vertex from this graph
- replaceRow(int, T) - Method in class cusack.hcg.model.BetterTableModel
-
- Replay - Class in cusack.hcg.database
-
- Replay() - Constructor for class cusack.hcg.database.Replay
-
- Replay(ResultSet) - Constructor for class cusack.hcg.database.Replay
-
- ReplayController - Class in cusack.hcg.gui.controller
-
This class allows the user to replay games based on past actions and games that they played and saved.
- ReplayController(StackedScreen, PuzzleInstance, GraphView, String, String, String) - Constructor for class cusack.hcg.gui.controller.ReplayController
-
Constructor
- ReplayInstance - Class in cusack.hcg.model
-
- ReplayInstance(PuzzleInstance, String) - Constructor for class cusack.hcg.model.ReplayInstance
-
- requestQuit() - Method in class cusack.hcg.games.pebble.algorithms.pebblingNumber.PebblingNumberForkJoinTask
-
- requestQuit() - Method in class cusack.hcg.graph.algorithm.AlgorithmWrapper
-
- requestQuit() - Method in class cusack.hcg.graph.algorithm.OldGenericAlgorithm
-
Deprecated.
- RESERVED - Static variable in class cusack.hcg.events.EventDecoder
-
- reset() - Method in class cusack.hcg.games.multidesigns.algorithms.OriginalSubGraphRPermuter
-
- reset() - Method in class cusack.hcg.games.multidesigns.algorithms.SubGraphRPermuter
-
- reset() - Method in class cusack.hcg.games.multidesigns.algorithms.SubGraphRPermuterVersion2
-
- reset() - Method in class cusack.hcg.games.multidesigns.algorithms.UniqueSubGraphLabelings
-
- reset() - Method in class cusack.hcg.games.pebble.algorithms.islands.IslandMove
-
Reset.
- reset() - Method in class cusack.hcg.graph.algorithm.util.KPermutationGenerator
-
- reset() - Method in class cusack.hcg.graph.algorithm.util.KSubsetGenerator
-
- reset() - Method in class cusack.hcg.graph.algorithm.util.OldKSubsetGenerator
-
Deprecated.
- reset() - Method in class cusack.hcg.graph.algorithm.util.OrderedKPartitionGenerator
-
- reset() - Method in class cusack.hcg.graph.algorithm.util.PermutationGenerator
-
- RESET_LOCATIONS - Static variable in class cusack.hcg.events.EventDecoder
-
- resetCoordinates() - Method in class cusack.hcg.graph.Vertex
-
This method resets the coordinates of this vertex (moves it back to its intial location).
- resetPassword(String, String) - Method in class cusack.hcg.comm.DataSource
-
- resetPassword(StackedScreen) - Static method in class cusack.hcg.gui.dialogs.UsefulDialogs
-
Updates settings for a puzzle.
- resetPebbles() - Method in class cusack.hcg.games.pebble.algorithms.EfficientPebbleGraph
-
- resetToInitialLocations(boolean) - Method in class cusack.hcg.graph.Graph
-
This method forces all the vertices in this graph to return to their intial starting locations.
- resetToInitialLocations(boolean) - Method in class cusack.hcg.graph.GraphWithData
-
- resetTutorial() - Method in class cusack.hcg.model.TutorialData
-
- ResetVertexLocationsEvent - Class in cusack.hcg.events.graph
-
- ResetVertexLocationsEvent(PuzzleInstance) - Constructor for class cusack.hcg.events.graph.ResetVertexLocationsEvent
-
- ResetVertexLocationsEvent(PuzzleInstance, ArrayList<Point>) - Constructor for class cusack.hcg.events.graph.ResetVertexLocationsEvent
-
- resetVerticesToInitialLocations() - Method in class cusack.hcg.model.PuzzleInstance
-
Reset the vertices to their initial locations.
- resetWithThesePebbles(int[], boolean[]) - Method in class cusack.hcg.games.pebble.algorithms.EfficientPebbleAlgorithm
-
Use this method if you want to run another configuration of pebbles on the same graph but you want to also
set which vertices are already covered.
- resetWithThesePebbles(int[]) - Method in class cusack.hcg.games.pebble.algorithms.EfficientPebbleAlgorithm
-
Use this method if you want to run another configuration of pebbles on the same graph and you want reset which
vertices are covered.
- resetWithThesePebblesAndNewSource(int[], int) - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsReachableShortestPebblePathAaronModified
-
Deprecated.
- resetWithThesePebblesAndNewSource(int[], int) - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsReachableShortestPebblePathAaronOriginal
-
Deprecated.
- resizeCanvas(boolean) - Method in class cusack.hcg.gui.view.GraphView
-
Resize the area of the canvas to fit the layout of the vertices.
- Resources - Class in cusack.hcg.gui
-
Used to load all images and audio files.
- restart() - Method in class cusack.hcg.model.PuzzleInstance
-
Causes the game to be started over for the user by reseting all the information to the initial configuration.
- RestartEvent - Class in cusack.hcg.events.game
-
Deprecated.
- RestartEvent(PuzzleInstance) - Constructor for class cusack.hcg.events.game.RestartEvent
-
Deprecated.
- revert() - Method in class cusack.hcg.games.pebble.algorithms.solvability.BacktrackingSolvabilitySomewhatEfficient.Move
-
- RockItHelpPanel - Class in cusack.hcg.games.pebble.rockit
-
- RockItHelpPanel() - Constructor for class cusack.hcg.games.pebble.rockit.RockItHelpPanel
-
- RockItInstance - Class in cusack.hcg.games.pebble.rockit
-
The PuzzleInstance for Rock It.
- RockItInstance() - Constructor for class cusack.hcg.games.pebble.rockit.RockItInstance
-
- RockItInstance(PebbleInstance) - Constructor for class cusack.hcg.games.pebble.rockit.RockItInstance
-
- RockItTheme - Class in cusack.hcg.games.pebble.rockit
-
- RockItTheme() - Constructor for class cusack.hcg.games.pebble.rockit.RockItTheme
-
- RolloverIcon - Class in cusack.hcg.gui.components
-
this class was created by two ibm authors.
- RolloverIcon(ImageIcon) - Constructor for class cusack.hcg.gui.components.RolloverIcon
-
- Row(int, int, int, int, double, double) - Constructor for class cusack.hcg.games.pebble.algorithms.misc.CyclePebblingThing.Row
-
- ruleDemo(ControllablePanel) - Static method in class cusack.hcg.games.pebble.PebbleRelatedDemoPanelFactory
-
- run() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.SingleQValueGeneric
-
Deprecated.
- run(ArrayList<Graph>, ArrayList<Graph>) - Static method in class cusack.hcg.games.pebble.algorithms.misc.SubgraphChecker
-
Gets a matrix of relations, where an entry in the matrix at [x][y]==1 if
list1.get(x).containsSubgraph(list2.get(y)).
- run(ArrayList<Graph>, ArrayList<Graph>) - Static method in class cusack.hcg.games.pebble.algorithms.misc.SubgraphChecker2
-
Gets a matrix of relations, where an entry in the matrix at [x][y]==1 if
list1.get(x).containsSubgraph(list2.get(y)).
- run(int, int) - Static method in class cusack.hcg.games.pebble.algorithms.twoppscript.CheckGraphViolatorsCount
-
- run() - Method in class cusack.hcg.graph.algorithm.AlgorithmWrapper
-
- run() - Method in class cusack.hcg.graph.algorithm.OldGenericAlgorithm
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.lights.algorithms.HowellAlgorithm
-
- runAlgorithm() - Method in class cusack.hcg.games.multidesigns.algorithms.GeneralizedMultiCoveringAlgorithm
-
- runAlgorithm() - Method in class cusack.hcg.games.multidesigns.algorithms.MultiCoveringAlgorithm
-
- runAlgorithm() - Method in class cusack.hcg.games.multidesigns.algorithms.MultiDecompositionAlgorithm
-
- runAlgorithm() - Method in class cusack.hcg.games.multidesigns.algorithms.MultiPackingAlgorithm
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.Check2PebblingLemkeP3
-
Deprecated.
Run the algorithm.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.Check2PebblingLemkeP3OnlyVertex0
-
Deprecated.
Run the algorithm.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.Check2PebblingProperty
-
Deprecated.
Checks all the combinations of pebbles and vertices for the two pebbling property.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.Check2PebblingSingleQValue
-
Deprecated.
Run the algorithm.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.CheckReachabilityAllVertices
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.CheckReachabilityByConvertingToDirectedGraphs
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsReachableShortestPebblePathAaronModified
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsReachableShortestPebblePathAaronOriginal
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsSolvableMergePebblesOriginal
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsSolvablePurePebbles
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsSolvableShortestPebblePathAaron
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.IsSolvableSomewhatExhaustive
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.PebblingNumberBacktrackingRecursiveWithoutSomeNonDeterministics
-
Deprecated.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.PebblingNumberExhaustiveGeneric
-
Deprecated.
Continues to call "next" until the algorithm has finished, then prints out some useful information.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.islands.IsSolvableIslands
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.islands.IsSolvableIslandsRecursive
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.mergePebbles.MergePebbles
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.pebblingNumber.PebblingNumberBottomUp
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.pebblingNumber.PebblingNumberForkJoin
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.pebblingNumber.PebblingNumberRootedAllVertices
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.solvability.BacktrackingSolvabilitySomewhatEfficient
-
Runs the Algorithm.
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.solvability.FindAllUnsolvableConfigs
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.solvability.IsSolvableBest
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.solvability.IsSolvableSomewhatExhaustiveEfficient
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.solvability.nondeterministic.IsSolvableShortestPath
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.solvability.nondeterministic.IsSolvableShortestPebblePath
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.solvability.nondeterministic.WeightFunctionCheck
-
- runAlgorithm() - Method in class cusack.hcg.games.pebble.algorithms.twopebblingproperty.TwoPebblingGeneric
-
Run the algorithm.
- runAlgorithm() - Method in interface cusack.hcg.graph.algorithm.AlgorithmInterface
-
Runs the Algorithm.
- runAlgorithm() - Method in class cusack.hcg.graph.algorithm.OldGenericAlgorithm
-
Deprecated.
Runs the Algorithm, continuing from where it left off.
- runAlgorithm() - Method in class cusack.hcg.graph.algorithm.standard.BreadthFirstSearchSkeletonAlgorithm
-
- runAlgorithm() - Method in class cusack.hcg.graph.algorithm.standard.DepthFirstSearchSkeletonAlgorithm
-
- runAlgorithm() - Method in class cusack.hcg.graph.algorithm.standard.IsAntipodal
-
- runAlgorithm() - Method in class cusack.hcg.graph.algorithm.standard.Prim
-
Solves algorithm.
- runAlgorithm(int) - Method in class cusack.hcg.gui.dialogs.AlgorithmRunner
-
- runAlgorithms() - Method in class cusack.hcg.model.PuzzleInstance
-
Notifies the listeners that this algorithm should be run by supplying them with a ClickCheckButtonEvent.
- runCUSTOM(ArrayList<Graph>, ArrayList<Graph>) - Static method in class cusack.hcg.games.pebble.algorithms.misc.SubgraphChecker
-
This algorithm is used to generated the relationship of 8/9s since we can't just use edge count
- runInThread(Observer) - Method in class cusack.hcg.graph.algorithm.AlgorithmWrapper
-
Run the algorithm in a thread.
- runInThread(Observer) - Method in class cusack.hcg.graph.algorithm.OldGenericAlgorithm
-
Deprecated.
- runIt() - Method in class cusack.hcg.games.pebble.algorithms.deprecated.TwoPebblingBottomUp
-
Deprecated.
- RunOnLoki - Class in cusack.hcg.games.pebble.algorithms
-
- RunOnLoki() - Constructor for class cusack.hcg.games.pebble.algorithms.RunOnLoki
-
- runStuff() - Method in class cusack.hcg.games.pebble.algorithms.twoppscript.CheckGraphsFor2PP_G6Version
-
- runuTryIt() - Method in class cusack.hcg.model.PuzzleInstance
-