Skip to content

Commit d5848ef

Browse files
authored
LPSolver: Update to v4.2.2
Corrected code for 32-bit Windows dynamic libraries. Nasty compile errors were fixed in lpsolve55j.dll. They were unlikely to affect the extension, but now the code compiles cleanly. Introduced via PR #84
1 parent b5edc72 commit d5848ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extensions/lpsolver-4.2.2.zip

2.35 MB
Binary file not shown.

libraries.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ In general, the LevelSpace syntax has been designed to align with existing NetLo
156156
codeName: "lpsolver"
157157
shortDescription: "A mixed-integer linear programming package for NetLogo"
158158
longDescription: "The LPSolver extension uses the lpsolve55 linear programming library to solve normal, integer and mixed-integer linear programming problems, returning the optimal solution and the shadow prices of the constraints."
159-
version: "4.2.1"
159+
version: "4.2.2"
160160
homepage: "https://github.com/cstaelin/LPSolver-Extension/"
161161
}
162162
{

0 commit comments

Comments
 (0)