Difference between revisions of "Lpsolve 2016"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == lpsolve is a ''Mixed Integer Linear Programming (MILP)'' solver with support for pure linear, (mixed) integer/binary, semi-continuous and special ordered se...")
 
(No difference)

Latest revision as of 10:39, 1 October 2018

Introduction

lpsolve is a Mixed Integer Linear Programming (MILP) solver with support for pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.

Installed versions

The currently installed versions are

On environment hpc-uniol-env
lpsolve/5.5.2.5-intel-2016b
On environment hpc-env/6.4
lpsolve/5.5.2.5-intel-2018a

Using lpsolve on the HPC cluster

If you want to work on the new environment, you must first switch to hpc-env/6.4 before loading the lpsolve module:

module load hpc-env/6.4       # this step is optional
module load lpsolve

Documentation

The full documentation of lpsolve can be found here.