Hosted by TU Delft

The faculty of Technology, Policy and Management at Delft University of Technology hosts this Linny-R server as a free service to students and academic staff world-wide.

On this page, you may find executable binaries for version 5.5.2.11 of the open source MILP solver LP_solve developed by Peter Notebaert and Kjell Eikland.

Binaries for macOS

Executables for Windows

To be able to use LP_solve as solver for Linny-R, download the file that is most likely to run on your computer, and copy it to the directory where you installed Linny-R, i.e., the directory that contains the file package.json and the directories node_modules and user.

To test whether the solver works on your computer, open a command line window (Terminal for macOS, Command Prompt for Windows), change to your Linny-R directory, and type:

lp_solve -h

The response should be a list of command line options for LP_solve.

If LP_solve does not run, you may need to compile the software yourself. How to do this is explained here. The source files for LP_solve can be downloaded from SourceForge.

Last updated on 30 March, 2022