Large bidirected graph analysis tool.
Glenn Y. Rolland
17088c631f
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; ^ |
||
---|---|---|
data | ||
doc | ||
grind | ||
src | ||
tools | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.in | ||
COPYING | ||
Doxyfile | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README |
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 -