Large bidirected graph analysis tool.
Go to file
Glenn Y. Rolland 17088c631f Fix various errors in list_destroy()
As reported by cppcheck:

    src/list.c:45:8: style: Redundant initialization for 'data'. The
    initialized value is overwritten before it is read.
    [redundantInitialization]
      data = NULL;
       	   ^
    src/list.c:43:15: note: data is initialized
      void * data = list_pop_front(list);
              	  ^
    src/list.c:45:8: note: data is overwritten
      data = NULL;
       	   ^
2020-02-14 08:34:51 +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 various errors in list_destroy() 2020-02-14 08:34:51 +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 -