Crate relp[][src]

Expand description

A linear program solver

Linear programs are solved using the Simplex Method as described in the book Combinatorial Optimization by Christos H. Papadimitriou and Kenneth Steiglitz.

Modules

algorithm

Algorithms

data

Storing of linear programs in memory

io

Reading and writing of linear programs

Macros

F

Helper macro for tests.

R32

Shorthand for creating a rational number in tests.

R64

Shorthand for creating a rational number in tests.

R128

Shorthand for creating a rational number in tests.

RB

Shorthand for creating a rational number in tests.