MilpManager 0.9.0
See the version list below for details.
dotnet add package MilpManager --version 0.9.0
NuGet\Install-Package MilpManager -Version 0.9.0
<PackageReference Include="MilpManager" Version="0.9.0" />
paket add MilpManager --version 0.9.0
#r "nuget: MilpManager, 0.9.0"
// Install MilpManager as a Cake Addin #addin nuget:?package=MilpManager&version=0.9.0 // Install MilpManager as a Cake Tool #tool nuget:?package=MilpManager&version=0.9.0
Library for Mixed Integer Linear Programming. It contains abstraction for pluggable solvers and implementation of common mathematical functions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on MilpManager:
Package | Downloads |
---|---|
CplexMilpSolver
Basic implementation of MilpManager using CPLEX. |
|
LpSolveMilpSolver
Basic implementation of MilpManager using LpSolve. |
|
MsfMilpSolver
Basic implementation of MilpManager using Microsoft Solver Foundation |
|
OrToolsMilpSolver
Basic implementation of MilpManager using Google or-tools |
|
GurobiMilpSolver
Basic implementation of MilpManager using Gurobi. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.1 | 2,844 | 9/14/2016 |
2.3.0 | 1,290 | 9/7/2016 |
2.2.0 | 1,284 | 8/17/2016 |
2.1.2 | 1,292 | 8/14/2016 |
2.1.1 | 1,583 | 7/26/2016 |
2.1.0 | 40,588 | 7/18/2016 |
2.0.0 | 2,030 | 7/17/2016 |
1.5.0 | 1,562 | 1/23/2016 |
1.4.0 | 2,272 | 11/14/2015 |
1.3.0 | 2,841 | 9/13/2015 |
1.2.0 | 2,597 | 9/11/2015 |
1.1.1 | 1,969 | 9/10/2015 |
1.1.0 | 1,363 | 9/6/2015 |
1.0.0 | 1,768 | 8/23/2015 |
0.10.3 | 1,431 | 8/22/2015 |
0.10.2 | 1,359 | 8/19/2015 |
0.10.1 | 1,343 | 8/18/2015 |
0.10.0 | 1,871 | 8/10/2015 |
0.9.0 | 1,662 | 8/8/2015 |
Beta version of the package