Large bidirected graph analysis tool.
Find a file
Glenn 7a4e07d5fa docs: Update gitignore to exclude ChromaDB directory
This change prevents unnecessary files generated by ChromaDB from being
committed to the repository, ensuring a cleaner and more focused version
control history. Without this, development environments using ChromaDB
would frequently show untracked files, potentially leading to accidental
commits of transient data.

- Added /.chroma to the .gitignore file to explicitly exclude the
  ChromaDB data directory.

Signed-off-by: Glenn <glenux@glenux.net>
2026-01-24 13:39:53 +01:00
data Compress data 2020-05-18 12:32:59 +02:00
doc Add markdown documentation 2020-05-18 01:51:51 +02:00
grind alobe: inital import (test). 2009-05-02 07:36:25 +00:00
src feat(tests): Refactor and expand unit testing infrastructure 2026-01-24 13:37:37 +01:00
tools Moved plotting tools out of src/. 2012-08-10 02:20:33 +02:00
.gitignore docs: Update gitignore to exclude ChromaDB directory 2026-01-24 13:39:53 +01:00
AUTHORS feat: Add foundational project files 2026-01-23 11:00:09 +01:00
autogen.sh feat(build): Improve build system and add SonarQube scanning 2026-01-23 10:26:47 +01:00
ChangeLog alobe: inital import (test). 2009-05-02 07:36:25 +00:00
configure.ac build: Modernize Autotools configuration 2026-01-23 10:48:44 +01: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 feat(tests): Refactor and expand unit testing infrastructure 2026-01-24 13:37:37 +01:00
Makefile.am feat(tests): Refactor and expand unit testing infrastructure 2026-01-24 13:37:37 +01:00
NEWS feat: Add foundational project files 2026-01-23 11:00:09 +01:00
README feat: Add foundational project files 2026-01-23 11:00:09 +01:00
README.md Update README.md 2020-05-18 01:32:52 +02:00
scan.sh feat(build): Improve build system and add SonarQube scanning 2026-01-23 10:26:47 +01:00

Alobe

Perform various operations on large bidirected graph.

Requirements

FIXME: write something here

Installation

Simply folow the classic steps :

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

Command-line examples

FIXME: explain each example

$ ./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 -