Incremental

Lua Snippets

Incremental uses the Lua programming language in a number of projects, and some of our Lua projects are available here for free, under the MIT license.

Rima

Rima is a binding from Lua to a number of open source Linear and Integer Program Solvers, specifically, the COIN project's CLP and CBC, and lpsolve. Rima handles equations symbolically, and has very expressive and innovative data handling so you can formulate your problems more quickly.

Version 0.02 is available here, and you can browse documentation here.

kd-tree

An implementation of a read-only kd-tree with a benchmark using a DIMACS map. Download here.

Heaps

Binary and skew heaps with tests including a benchmark. Download here.

Documentation testing

doctest.lua checks Lua snippets embedded in markdown files. Download here.