Large bidirected graph analysis tool.
Go to file
Glenn Y. Rolland b4f2b28c99 Fix erroneous format string (int => long int)
As reported by cppcheck:

    src/generator.c:115:4: warning: %d in format string (no. 2) requires
    'int' but the argument type is 'signed long'.
    [invalidPrintfArgType_sint]
       fprintf(stderr,"\r%s Selecting degreex... (%d of %d)",
       ^
    src/generator.c:115:4: warning: %d in format string (no. 3) requires
    'int' but the argument type is 'signed long'.
    [invalidPrintfArgType_sint]
       fprintf(stderr,"\r%s Selecting degreex... (%d of %d)",
       ^
2020-02-14 08:41:08 +01:00
data Moved data to the data dir & added examples to the README file. 2012-08-10 02:04:52 +02:00
doc alobe: inital import (test). 2009-05-02 07:36:25 +00:00
grind alobe: inital import (test). 2009-05-02 07:36:25 +00:00
src Fix erroneous format string (int => long int) 2020-02-14 08:41:08 +01:00
tools Moved plotting tools out of src/. 2012-08-10 02:20:33 +02:00
.gitignore gitignore: Ignore object files & other generated binaries. 2012-08-10 02:26:54 +02:00
AUTHORS alobe: inital import (test). 2009-05-02 07:36:25 +00:00
autogen.sh alobe: inital import (test). 2009-05-02 07:36:25 +00:00
ChangeLog alobe: inital import (test). 2009-05-02 07:36:25 +00:00
configure.in configure.in: Remove all unecessary & commented stuff. 2012-08-09 23:54:55 +00:00
COPYING COPYING: update with real text instead of symlink. 2012-08-10 02:00:21 +02:00
Doxyfile alobe: inital import (test). 2009-05-02 07:36:25 +00:00
INSTALL alobe: inital import (test). 2009-05-02 07:36:25 +00:00
Makefile.am alobe: inital import (test). 2009-05-02 07:36:25 +00:00
NEWS alobe: inital import (test). 2009-05-02 07:36:25 +00:00
README Renamed back README (mandatory for automake...) 2012-08-10 02:22:30 +02:00

README
======

Alobe is a large bidirected graph manipulation tool.


Requirements
------------

FIXME: write something here


Installation
------------

Simply folow the classic steps :

  ./autogen.sh
  ./configure
  make
  make install


Command-line examples
---------------------

FIXME: write something here

  ./alobe -N -i by_hand.0.10 -c 10 -r 3 -n 1 -o -

  ./alobe -N -i by_hand.0.11 -c 11 -r 0 -n 1 -o -

  ./alobe -N -i by_hand.0.9 -c 9 -r 4 -n 1 -o -