OPTANO.Modeling 3.0.0.450

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package OPTANO.Modeling --version 3.0.0.450
NuGet\Install-Package OPTANO.Modeling -Version 3.0.0.450
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.0.0.450" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OPTANO.Modeling --version 3.0.0.450
#r "nuget: OPTANO.Modeling, 3.0.0.450"
#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 OPTANO.Modeling as a Cake Addin
#addin nuget:?package=OPTANO.Modeling&version=3.0.0.450

// Install OPTANO.Modeling as a Cake Tool
#tool nuget:?package=OPTANO.Modeling&version=3.0.0.450

Version 3.0.0 (2019-04-29)

  • TargetFramework is increased to .net 4.6.1 in order to provide full compatibility for .netstandard20.
    • This means that you need to update your application to .net 4.6.1 (or later), if you wish to continue using OPTANO.Modeling in version 3.0 (or later).
  • Feature: Updated Z3 Solver to version 4.8.4.
  • Feature: Methods for adding variables and constraints to the Model are now
    1. Thread Safe
    2. Executed as (parallelized) batch queries.
  • Feature: Added parameter for specifying library paths that contain the required libraries/DLLs for your solver.
    • The LibraryPaths will be appended to the PATH environment variable, so that you do not need to copy the DLLs into your bin/Debug (or /Release) folders.
  • Feature: Truncating length of DebugNames to a total number of characters (this includes the appended base64-suffixes), since some solvers can only handle variable/constraint names up to that size.
    • The truncating can be activated with the Configuration.MaximumNameLength parameter.
    • This is relevant for the GurobiSolver, since it can only handle names with a total length of up to 255 characters.
      • I.e. if you encounter issues with the length of your debug-names, set the above-mentioned parameter to 255 (instead of its default value 'null').
  • Feature: Added MaximumNameLength parameter to the ModelScope for limiting the maximum (debug-) name length of Variables, Constraints and Objectives.
    • Some solvers (e.g. Gurobi) only allow variable names with a length of up to 255 characters. If a variable with a longer name is added, an Exception is thrown.
    • The MaximumNameLength limits the length of the generated UniqueLongNames by truncating the debug names (from your specified name generator), before appending the suffix, so that the total length of the name will not exceed the MaximumNameLength.
  • Improvement: Added possibility for generating a mapping of Variable ShortNames to DebugNames in the ConflictingSet. See ConflictingSet Documentation for further information.
  • Improvement: Added a method for checking if a given variable index is used within a VariableCollection: IVariableCollection.IsVariableForIndexInstanciated
    • GenericVariableCollection provides explicitly typed methods for querying with the generic "T" parameters.
  • Improvement: Added method that returns all used variable indices within a GenericVariableCollection: GenericVariableCollection.ExistingIndicesGeneric
  • Fix: Fixed an issue in MIPCL, where constraints without variables, such as "1 ⇐ 0" were ignored by the solver.
    • Models that contain such constraints will now be declared infeasible.
  • Breaking Change: Removed support for older MIPCL versions, since only the most recent version of MIPCL can be obtained from MIPCL Download.
  • Breaking Change: Removed static ModelScope Configuration.Instance.
    • There is no technical necessity for maintaining a singleton instance of the model scope configuration.
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. 
.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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.22.0.647 143 3/11/2024
3.21.0.641 569 1/3/2024
3.20.1.637 317 11/28/2023
3.19.0.633 531 10/13/2023
3.18.1.628 293 9/25/2023
3.18.0.626 428 9/8/2023
3.17.0.625 450 8/23/2023
3.16.0.613 536 5/25/2023
3.16.0.611-beta 433 3/23/2023
3.15.1.588 1,305 2/22/2023
3.15.0.580 1,101 2/10/2023
3.14.2.577 1,108 1/13/2023
3.14.0.569 681 12/23/2022
3.13.1.566 1,544 11/17/2022
3.13.0.563 1,094 11/11/2022
3.12.0.560 689 10/18/2022
3.11.0.548 3,916 7/19/2022
3.10.1.544 2,389 5/16/2022
3.10.0.538 1,755 12/17/2021
3.9.2.537 1,123 12/10/2021
3.9.1.536 602 11/17/2021
3.9.0.535 1,847 11/15/2021
3.8.1.532 2,872 10/15/2021
3.8.0.529 749 8/27/2021
3.7.0.522 8,246 4/26/2021
3.6.0.510 1,253 12/10/2020
3.5.1.504 2,241 11/23/2020
3.5.0.498 2,071 11/17/2020
3.4.1.490-beta 603 8/20/2020
3.4.0.489 3,117 7/16/2020
3.3.0.474 4,343 2/21/2020
3.2.2.468 913 1/16/2020
3.2.1.467 891 1/9/2020
3.2.0.464 960 1/8/2020
3.1.0.460 1,372 12/10/2019
3.0.1.451 6,393 5/6/2019
3.0.0.450 928 4/29/2019
2.18.0.513 885 1/13/2021
2.17.1.507 867 11/25/2020
2.16.1.452 1,972 5/6/2019
2.16.0.445 923 4/25/2019
2.15.0.435 923 4/4/2019
2.14.1.430 1,009 2/14/2019
2.14.0.429 970 1/31/2019
2.14.0.428-pre2 976 1/14/2019
2.14.0.426-pre 1,005 1/14/2019
2.12.1.423 1,225 12/19/2018
2.12.0.415 1,002 12/15/2018
2.11.3.409 1,054 12/4/2018
2.11.2.408 1,100 12/3/2018
2.11.1.407 1,096 12/2/2018
2.11.0.403 1,269 11/29/2018
2.9.0.384 3,005 9/5/2018
2.8.1.343 1,435 5/25/2018
2.8.0.338 1,243 5/16/2018
2.7.0.336 1,483 5/2/2018
2.6.0.319 1,345 3/14/2018
2.5.0.312 1,485 1/24/2018
2.4.1.311 1,459 1/24/2018
2.4.0.303 2,040 11/15/2017
2.3.0.299 1,521 10/18/2017
2.2.0.291 1,442 9/28/2017
2.1.0.289 1,779 9/5/2017
2.0.0.286 2,329 9/3/2017
2.0.0.278-alpha02 1,299 8/26/2017
2.0.0.276-alpha01 1,238 8/20/2017
1.6.1.259 1,773 8/10/2017
1.6.0.252 1,449 8/4/2017
1.5.0.247 1,498 7/13/2017
1.4.0.236 1,549 5/8/2017
1.3.0.232 1,480 4/20/2017
1.2.3.222 1,743 3/6/2017
1.2.2.216 1,621 3/4/2017
1.2.1.207 1,756 3/3/2017
1.2.0.201 1,581 2/23/2017
1.1.0.191 1,579 1/3/2017
1.0.0.172 1,590 12/23/2016
0.9.1.163 1,609 11/23/2016
0.9.0.156 7,600 11/1/2016