Skip navigation links

Package squidpony.squidai.graph

Graphs and graph algorithms used primarily (but not exclusively) for pathfinding.

See: Description

Package squidpony.squidai.graph Description

Graphs and graph algorithms used primarily (but not exclusively) for pathfinding.
This package is almost entirely based on simple-graphs, and most files in this package share simple-graphs' MIT license (they have the MIT license header). Heuristic.java is partly from gdx-ai, though more of its lines of code are from SquidLib, so it shares the Apache license of both, while CostlyGraph and DefaultGraph are purely SquidLib.
Skip navigation links

Copyright © Eben Howard 2012–2022. All rights reserved.