Ondine - Open Net Divider with INtErface optimization
Splits an open net into two components with an as small as possible interface.
Download Ondine
License
Ondine is open source software, licensed under the AGPL3+.
Install Ondine
Requirements
Installing and running Ondine requires a bunch of other tools:
Compiling requires:
- GNU Libtool - The GNU Portable Library Tool - GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.
- GCC - The GCC compiler
- gcc
Testing requires:
- Autotools test suite - Part of the GNU Auto-Tools for automated Tests
Contributing requires:
- Bison - Gnu parser generator - Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.
- GNU Gengetopt - Gengetopt generates a C function that uses getopt_long function to parse the command line options, to validate them and fills a struct .
- flex: The Fast Lexical Analyzer - Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate.
Quick install
Extract the tar ball into a folder of your choice, and follow the steps below.
- Configure
./configure - Compile
make - Test (optional, but recommended)
make check - Install
sudo make install
Documentation
Ondine's documentation aims at the developer in you. If you are interested in implementation details this is the right place for you to look.
Maintainer
The current maintainer of Ondine is Harro Wimmel.
Authors
Harro Wimmel
Contributors
Several people have committed time, code, and advice to the development of Ondine.
- Harro Wimmel (9 commits)
- Niels Lohmann (4 commits)
- Jan Sürmeli (1 commit)
- Andreas Lehmann (1 commit)
- Marvin Triebel (1 commit)