2020-05-17 23:31:14 +00:00
|
|
|
# Alobe
|
2020-02-14 07:46:43 +00:00
|
|
|
|
2020-05-17 23:31:14 +00:00
|
|
|
Perform various operations on large bidirected graph.
|
2020-02-14 07:46:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
FIXME: write something here
|
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Simply folow the classic steps :
|
|
|
|
|
2020-05-17 23:32:37 +00:00
|
|
|
```shell-session
|
|
|
|
$ ./autogen.sh
|
|
|
|
$ ./configure
|
|
|
|
$ make
|
|
|
|
$ sudo make install
|
|
|
|
```
|
2020-02-14 07:46:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Command-line examples
|
|
|
|
|
|
|
|
FIXME: explain each example
|
|
|
|
|
2020-05-17 23:32:37 +00:00
|
|
|
```shell-session
|
|
|
|
$ ./alobe -N -i by_hand.0.10 -c 10 -r 3 -n 1 -o -
|
|
|
|
```
|
2020-02-14 07:46:43 +00:00
|
|
|
|
2020-05-17 23:32:37 +00:00
|
|
|
```shell-session
|
2020-05-17 23:32:52 +00:00
|
|
|
$ ./alobe -N -i by_hand.0.11 -c 11 -r 0 -n 1 -o -
|
2020-05-17 23:32:37 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
```shell-session
|
2020-05-17 23:32:52 +00:00
|
|
|
$ ./alobe -N -i by_hand.0.9 -c 9 -r 4 -n 1 -o -
|
2020-05-17 23:32:37 +00:00
|
|
|
```
|