An open API service indexing awesome lists of open source software.

https://github.com/devkral/spaceflib

spaceefficient graph algorithms, stripped down version (needs maybe refactoring for working version, currently no active development)
https://github.com/devkral/spaceflib

Last synced: 5 months ago
JSON representation

spaceefficient graph algorithms, stripped down version (needs maybe refactoring for working version, currently no active development)

Awesome Lists containing this project

README

          

Setup:
======
git submodule init # prepare subrepositories

git submodule update # fill subrepositories

cd ./build

cmake ..

Usage:
======
Switch to build directory

./test/print_graph -g=-1 # use inbuild graph to analyse

./test/print_graph -g= # connect to server (default localhost) on port and analyse remote graph

./test/print_graph -g= -f true # show only cutvertices and connected components

./test/test_spacef -g= # tests library against graph (can use external server)

Documentation:
--------------
see build/docs/index.html

Note:
=====

This repo only contains my own code. It lacks the graph server