m2.alobe/README.md

38 lines
510 B
Markdown

# Alobe
Perform various operations on large bidirected graph.
## Requirements
FIXME: write something here
## Installation
Simply folow the classic steps :
```shell-session
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
```
## Command-line examples
FIXME: explain each example
```shell-session
$ ./alobe -N -i by_hand.0.10 -c 10 -r 3 -n 1 -o -
```
```shell-session
$ ./alobe -N -i by_hand.0.11 -c 11 -r 0 -n 1 -o -
```
```shell-session
$ ./alobe -N -i by_hand.0.9 -c 9 -r 4 -n 1 -o -
```