-
Notifications
You must be signed in to change notification settings - Fork 2
Home
PhillP edited this page Dec 23, 2014
·
6 revisions
PropertyGraph.jl is a Julia package for creating and querying graph data structures. A Graph consists of Vertices connected by Edges. Vertices and Edges each have properties, an identifier and optionally a reference to any arbitrary object so that existing objects can be organised into graphs.
The following pages provide examples and instructions for this package. The files contained within the test folder may also be a useful reference.