The simplex method for solving linear programming problems implemented in Lua
License
geoffleyland/luasimplex
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
luasimplex 1. What? luasimplex is an implementation of the simplex method for solving linear programming problems written in Lua. 2. Why? It'd be nice if Rima had an LP solver that worked "out of the box" so you could at least get started without having to download and build a real solver. 3. Requirements Lua or LuaJIT, and, if you want to run the netlib tests, lfs and the netlib test data. 4. Issues Speed. Numerical stability. 5. How? Get luasimplex from github. It looks like the easiest place to get the netlib test problems is here: http://www.numerical.rl.ac.uk/cute/netlib.html Short version: git clone git://github.com/geoffleyland/luasimplex.git curl -O ftp://ftp.numerical.rl.ac.uk/pub/cuter/netlib.tar.gz tar -xzf netlib.tar.gz cd luasimplex make cd lua luajit test-netlib.lua --test-dir ../../netlib/ Options to try are lua instead of luajit, `--no-ffi`, and `--c` (which uses the c version of the rsm).
About
The simplex method for solving linear programming problems implemented in Lua
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published