Changes between Version 6 and Version 10 of Ticket #20886
- Timestamp:
- 06/28/16 20:15:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20886
- Property Cc tscrim vinceknight campbell added
-
Property
Report Upstream
changed from
N/A
toNot yet reported upstream; Will do shortly.
-
Property
Summary
changed from
Upgrade lrslib to version 6.2 and build a shared library
toUpgrade lrslib to version 6.2; build a shared library; build parallel (multicore/MPI) plrs, mplrs
-
Ticket #20886 – Description
v6 v10 1 http://cgm.cs.mcgill.ca/~avis/C/lrs.html 1 This ticket upgrades lrslib to version 6.2. This version, according to http://cgm.cs.mcgill.ca/~avis/C/lrs.html, has the following new features: 2 - (new in 6.0) mplrs: C wrapper for lrs that allows for parallelization on clusters of machines and uses the MPI library quickstart 3 - (major revision in 6.1) lrsnash, 2nash: Computes all Nash equlibria of a two person non-cooperative game. 2nash is a 2-processor parallel version 2 4 3 Polymake (#20892) seems to need the shared library. 5 Since Polymake (#20892) seems to need the shared library of lrslib, but lrslib uses a hand-written makefile that does not work on Mac OS X, I have added an autotools build system. It is available here: https://github.com/mkoeppe/lrslib/tree/autoconfiscation 4 6 5 upstream tarball: http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-062.tar.gz 6 7 Autoconfiscated, builds shared libs: https://github.com/mkoeppe/lrslib/tree/autoconfiscation 7 "Upstream" URL: https://github.com/mkoeppe/lrslib/archive/lrslib-062+autotools-2016-06-28.tar.gz