Info
Version: | 4.0.0 |
Author(s): | Marcel Gosselin |
Last Update: | Thursday, February 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarcelGosselin/LpSolveDotNet |
NuGet Url: | https://www.nuget.org/packages/LpSolveDotNet |
Install
Install-Package LpSolveDotNet
dotnet add package LpSolveDotNet
paket add LpSolveDotNet
LpSolveDotNet Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
That can solve pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.
This package needs one of the 'LpSolveDotNet.Native.*' packages to run, you should reference them instead.
Another option would be to bring your own native library and allow 'LpSolveDotNet' to find it at runtime.