Skip to content

GraphML

Bruce Markham edited this page Nov 29, 2021 · 6 revisions

GraphML

GraphML is a comprehensive and easy-to-use file format for graphs. It consists of a language core to describe the structural properties of a graph and a flexible extension mechanism to add application-specific data.

GraphML specification

FastGraph supports 'native' serialization to and from GraphML via the FastGraph.Serialization module.

Clone this wiki locally