LibRCG
LibRCG is a C library. Among others, this library provides:
- Functions to read data from the standard input, to sort data, etc;
- Functions to manipulate strings;
- Linear programming algorithms (simplex and simplex dual);
- Data structures such as list and similars, and functions to manage them;
- Finite maps data structures (balanced binary search tree and hash maps);
- An iterator.
The documentation (currently, only available in portuguese) is available online here.
License
Downloads
LibRCG - Reference Manual (2.1.2)
LibRCG - Reference Manual (2.1.2)
Changelog
- 2.1.2 (2009-02-07):
- Fixed errors in documentation;
rlp.c(simplex): do not print matrix if output file isNULL.
- 2.1.1 (2008-04-20):
- Documentation revised.
There are no comments made so far.