Skip to content

igraph sugiyama graph layout algorithm in C

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

gml4gtk/igraph-sugiyama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

igraph-sugiyama

igraph sugiyama graph layout algorithm in C

to compile:
./autogen.sh
./configure
make
cd src
./sugi

This is the sugiyama graph algrotithm from igraph library in C with brandes and kopf horizontal placement algorithm

This has a initial gtk+ gui

The main.c program does a graph layout as test.

The problem with newer igrph library is that it is turned in c++ source and needs c++ compiler.