Large bidirected graph analysis tool.
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> |
||
|---|---|---|
| data | ||
| doc | ||
| grind | ||
| src | ||
| tools | ||
| .gitignore | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| Doxyfile | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| README.md | ||
| scan.sh | ||
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 -