Atlas is a library that can be used to store (dynamic) graphs and query them for shortest paths. It replaces GURP
and adds many functions compared to GURP, see the documentation and introduction for more information.
Changes in version 1.3:
fixed bug for freeVertexNr when loading graph
edges now have a userDef pointer too
GetEdgeValue is now called GetEdgeConfiguration
SetEdgeValue is now called SetEdgeConfiguration
added GetDimension function
retrieval of successors and predecessors seperately
by adding edges to the graph two couple of suc. and pred. are now added
if edge does not exists, but is requested, atlas will now return error NO_SUCH_EDGE
added A*
added edge invalidation
| |