OPTANO.Modeling 3.16.0.611-beta

Prefix Reserved
This is a prerelease version of OPTANO.Modeling.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OPTANO.Modeling --version 3.16.0.611-beta
                    
NuGet\Install-Package OPTANO.Modeling -Version 3.16.0.611-beta
                    
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="OPTANO.Modeling" Version="3.16.0.611-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OPTANO.Modeling" Version="3.16.0.611-beta" />
                    
Directory.Packages.props
<PackageReference Include="OPTANO.Modeling" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OPTANO.Modeling --version 3.16.0.611-beta
                    
#r "nuget: OPTANO.Modeling, 3.16.0.611-beta"
                    
#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.
#addin nuget:?package=OPTANO.Modeling&version=3.16.0.611-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OPTANO.Modeling&version=3.16.0.611-beta&prerelease
                    
Install as a Cake Tool

Version 3.16.0.611-beta (2023-03-21)

  • Feature: Add (partial) determinism to OPTANO Modeling.
    • Set your Configuration.DeterministicModelGeneration (or ModelScope.DeterministicModelGeneration) to true, to enable deterministic model generation.
    • So far, only Objectives and linear Constraints, and Variables will be added to solvers in a deterministic order.
    • If the actual solver will behave deterministically between two runs with identical model (and order), depends on the solver and/or the respective settings.
    • NOTE: Special ordered sets (SOS) are not explicitly sorted before passing them to the solver.
  • Improvement: Make HiGHS solver(s) less verbose.
    • Only log config values that deviate from the default setting, and consider the HighsSolverConfiguration.LogToConsole value.
  • Fix: Prevent NullPointerException during HighsSolver.ClearLastModel() (e.g. during a resolve) call.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on OPTANO.Modeling:

Package Downloads
Optimization.Framework

The Optimization.Framework allows you to use C# as a modelling language for mathematical optimization. It furthermore allows you to use solvers as services.

OPTANO.Modeling.Gurobi

State of the Art Mathematical Programming Solver. This package ships all files to run Gurobi with OPTANO Modeling on win64 and linux64. No additional installation required. OPTANO.Modeling.Gurobi comes with a size-limited Gurobi license (Package OPTANO Modeling required). Please visit https://www.gurobi.com/partners/optano to obtain an unlimited license.

Flips

A F# library for creating and solving Linear Programming and Mixed Integer Programming Models

OPTANO.Modeling.GLPK

OPTANO.Modeling.GLPK provides a solver adapter that connects the GLPK ( https://www.gnu.org/software/glpk/ ) to OPTANO.Modeling ( https://www.nuget.org/packages/optano.modeling ). Copyright (C) 2020 OPTANO GmbH This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.26.0.670 286 4/7/2025
3.25.0.660 530 1/6/2025
3.24.0.657-beta 76 12/2/2024
3.22.1.649 771 7/16/2024
3.22.0.647 940 3/11/2024
3.21.0.641 1,784 1/3/2024
3.20.1.637 374 11/28/2023
3.19.0.633 622 10/13/2023
3.18.1.628 345 9/25/2023
3.18.0.626 487 9/8/2023
3.17.0.625 616 8/23/2023
3.16.0.613 589 5/25/2023
3.16.0.611-beta 499 3/23/2023
3.15.1.588 1,776 2/22/2023
3.15.0.580 3,300 2/10/2023
3.14.2.577 1,185 1/13/2023
3.14.0.569 739 12/23/2022
3.13.1.566 1,750 11/17/2022
3.13.0.563 1,162 11/11/2022
3.12.0.560 745 10/18/2022
3.11.0.548 4,382 7/19/2022
3.10.1.544 2,680 5/16/2022
3.10.0.538 1,865 12/17/2021
3.9.2.537 1,206 12/10/2021
3.9.1.536 683 11/17/2021
3.9.0.535 2,085 11/15/2021
3.8.1.532 2,971 10/15/2021
3.8.0.529 848 8/27/2021
3.7.0.522 10,266 4/26/2021
3.6.0.510 1,381 12/10/2020
3.5.1.504 3,690 11/23/2020
3.5.0.498 3,546 11/17/2020
3.4.1.490-beta 698 8/20/2020
3.4.0.489 3,331 7/16/2020
3.3.0.474 4,544 2/21/2020
3.2.2.468 1,031 1/16/2020
3.2.1.467 987 1/9/2020
3.2.0.464 1,042 1/8/2020
3.1.0.460 1,519 12/10/2019
3.0.1.451 6,621 5/6/2019
3.0.0.450 1,021 4/29/2019
2.18.0.513 964 1/13/2021
2.17.1.507 981 11/25/2020
2.16.1.452 2,087 5/6/2019
2.16.0.445 1,039 4/25/2019
2.15.0.435 1,026 4/4/2019
2.14.1.430 1,134 2/14/2019
2.14.0.429 1,089 1/31/2019
2.14.0.428-pre2 1,137 1/14/2019
2.14.0.426-pre 1,161 1/14/2019
2.12.1.423 1,381 12/19/2018
2.12.0.415 1,126 12/15/2018
2.11.3.409 1,171 12/4/2018
2.11.2.408 1,229 12/3/2018
2.11.1.407 1,215 12/2/2018
2.11.0.403 1,384 11/29/2018
2.9.0.384 3,171 9/5/2018
2.8.1.343 1,702 5/25/2018
2.8.0.338 1,520 5/16/2018
2.7.0.336 1,778 5/2/2018
2.6.0.319 1,620 3/14/2018
2.5.0.312 1,843 1/24/2018
2.4.1.311 1,825 1/24/2018
2.4.0.303 2,331 11/15/2017
2.3.0.299 1,790 10/18/2017
2.2.0.291 1,704 9/28/2017
2.1.0.289 2,091 9/5/2017
2.0.0.286 2,746 9/3/2017
2.0.0.278-alpha02 1,568 8/26/2017
2.0.0.276-alpha01 1,505 8/20/2017
1.6.1.259 2,063 8/10/2017
1.6.0.252 1,739 8/4/2017
1.5.0.247 1,781 7/13/2017
1.4.0.236 1,830 5/8/2017
1.3.0.232 1,762 4/20/2017
1.2.3.222 2,063 3/6/2017
1.2.2.216 1,919 3/4/2017
1.2.1.207 2,111 3/3/2017
1.2.0.201 1,884 2/23/2017
1.1.0.191 1,860 1/3/2017
1.0.0.172 1,880 12/23/2016
0.9.1.163 1,896 11/23/2016
0.9.0.156 8,565 11/1/2016