Skip to content

Releases: SBRG/soplex_cython

Soplex 3.1.1

23 Mar 20:57
Compare
Choose a tag to compare
  • Fix major bug in rational converting from python float that greatly reduced solver precision

  • Simplify setup

  • Use latest version of soplex

Soplex 3.0.0

24 May 21:52
Compare
Choose a tag to compare

Updated to use most recent soplex version.

Now compatible with python 3

Version 0.0.5

07 Jul 06:15
Compare
Choose a tag to compare

Built against soplex 275202c6

Version 0.0.4

04 Apr 00:26
Compare
Choose a tag to compare

0.0.3

18 Feb 08:23
Compare
Choose a tag to compare

Built against soplex commit 929b00d

0.0.2

31 Jan 09:52
Compare
Choose a tag to compare

This version works around a bug in soplex which causes the basis to be invalidated

Version 0.0.1

24 Oct 00:45
Compare
Choose a tag to compare

How to install the binary wheels:

  1. Install gmp
    • mac: brew install gmp
    • Ubuntu: sudo apt-get install gmp
  2. Download the appropriate wheel file
  3. pip install <wheel_file_name>