Class ManhattanDistance
- java.lang.Object
-
- net.runelite.client.plugins.puzzlesolver.solver.heuristics.ManhattanDistance
-
-
Constructor Summary
Constructors Constructor Description ManhattanDistance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
computeValue(PuzzleState state)
-
-
-
Method Detail
-
computeValue
public int computeValue(PuzzleState state)
- Specified by:
computeValue
in interfaceHeuristic
-
-