Skip to content

Commit 50651c1

Browse files
authored
Added the LPSolver extension updated for NetLogo 7.0 (#81)
1 parent 4402f04 commit 50651c1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

extensions/lpsolver-4.1.0.zip

1.11 MB
Binary file not shown.

libraries.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ In general, the LevelSpace syntax has been designed to align with existing NetLo
151151
version: "1.0.0"
152152
homepage: "https://github.com/cstaelin/LinProg-Extension"
153153
}
154+
{
155+
name: "LPSolver"
156+
codeName: "lpsolver"
157+
shortDescription: "A mixed-integer linear programming package for NetLogo"
158+
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.1.0"
160+
homepage: "https://github.com/cstaelin/LPSolver-Extension/releases"
161+
}
154162
{
155163
name: "Matrix"
156164
codeName: "matrix"

0 commit comments

Comments
 (0)