Skip to content
PhillP edited this page Dec 23, 2014 · 6 revisions

Welcome to the PropertyGraph.jl wiki!

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.

Clone this wiki locally