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.Native.linux-x64 |
Install
Install-Package LpSolveDotNet.Native.linux-x64
dotnet add package LpSolveDotNet.Native.linux-x64
paket add LpSolveDotNet.Native.linux-x64
LpSolveDotNet.Native.linux-x64 Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
- LpSolveDotNet(>= 4.0.0)
- LpSolveDotNet(>= 4.0.0)
- LpSolveDotNet(>= 4.0.0)
- LpSolveDotNet(>= 4.0.0)
- LpSolveDotNet(>= 4.0.0)
- NETStandard.Library(>= 1.6.1)
Tags
That can solve pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.
This package specifically targets platform 'linux-x64'.
You can find other 'LpSolveDotNet.Native.*' packages to run on other platforms (you can target multiple platforms at the same time).
Another option would be to bring your own native library and allow 'LpSolveDotNet' to find it at runtime.