diff --git a/extensions/LPSolver Extension-4.2.0.zip b/extensions/LPSolver Extension-4.2.0.zip new file mode 100644 index 0000000..3023a18 Binary files /dev/null and b/extensions/LPSolver Extension-4.2.0.zip differ diff --git a/libraries.conf b/libraries.conf index af3c663..06d9100 100644 --- a/libraries.conf +++ b/libraries.conf @@ -156,8 +156,8 @@ In general, the LevelSpace syntax has been designed to align with existing NetLo codeName: "lpsolver" shortDescription: "A mixed-integer linear programming package for NetLogo" 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." - version: "4.1.0" - homepage: "https://github.com/cstaelin/LPSolver-Extension/releases" + version: "4.2.0" + homepage: "https://github.com/cstaelin/LPSolver-Extension/" } { name: "Matrix"