Skip to content

A uniform API for using different graph libraries and types

Notifications You must be signed in to change notification settings

asrivast28/graph-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3bcf06 · Sep 11, 2020

History

60 Commits
Nov 7, 2019
Sep 11, 2020
Sep 26, 2019
Sep 25, 2019
Oct 2, 2019
Apr 4, 2017
Sep 26, 2019
Sep 27, 2019

Repository files navigation

Graph API

This repository provides a uniform API for different graph implementations.

Requirements

  • gcc (with C++11 support)
    This project has been test built only on Linux platform, using gcc with C++11 support.
  • Boost Graph Library
    Boost Graph Library is a header-only library that contains different graph implementations. Currently, only boost::adjacency_list is supported by the API but it can be extended to support other graph types.

Building

This is a header-only library, intended to be used by including the relevant header files.

About

A uniform API for using different graph libraries and types

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages