LpSolveDotNet.Native.osx-x86 4.0.0

Requires NuGet 2.5 or higher.

dotnet add package LpSolveDotNet.Native.osx-x86 --version 4.0.0
NuGet\Install-Package LpSolveDotNet.Native.osx-x86 -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LpSolveDotNet.Native.osx-x86" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LpSolveDotNet.Native.osx-x86 --version 4.0.0
#r "nuget: LpSolveDotNet.Native.osx-x86, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LpSolveDotNet.Native.osx-x86 as a Cake Addin
#addin nuget:?package=LpSolveDotNet.Native.osx-x86&version=4.0.0

// Install LpSolveDotNet.Native.osx-x86 as a Cake Tool
#tool nuget:?package=LpSolveDotNet.Native.osx-x86&version=4.0.0

'LpSolveDotNet.Native.osx-x86' and its dependency 'LpSolveDotNet' allow running the Mixed Integer Linear Programming (MILP) solver 'lp_solve' in .NET.
     That can solve pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.

     This package specifically targets platform 'osx-x86'.

     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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 26,143 2/20/2020

Complete release notes can be found at https://github.com/MarcelGosselin/LpSolveDotNet/blob/master/ReleaseNotes.md
     This release contains:
     - Support for .NET Core and more (.NET Standard 1.5 and 2.0).
     - Issue #6: Add missing enum values to be equal to those in lpsolve's source code.
     - Issue #4: Loading native library from wrong location when running with NUnit.
     - Issue #1: Add API documentation for Intellisense.
     - (Breaking changes) Fix all enum values to be equal to those in lpsolve's source code.
     - (Breaking changes) The native libraries have been extracted to separate NuGet packages `LpSolveDotNet.Native.win-x64`, `LpSolveDotNet.Native.win-x86`, ...
     - Add missing methods put_bb_nodefunc and put_bb_branchfunc.
       See https://github.com/MarcelGosselin/LpSolveDotNet/blob/master/README.md for details.