OPTANO.Modeling 3.0.0.450

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

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.22.1.649 378 7/16/2024
3.22.0.647 733 3/11/2024
3.21.0.641 1,325 1/3/2024
3.20.1.637 346 11/28/2023
3.19.0.633 550 10/13/2023
3.18.1.628 324 9/25/2023
3.18.0.626 462 9/8/2023
3.17.0.625 534 8/23/2023
3.16.0.613 559 5/25/2023
3.16.0.611-beta 471 3/23/2023
3.15.1.588 1,433 2/22/2023
3.15.0.580 2,423 2/10/2023
3.14.2.577 1,148 1/13/2023
3.14.0.569 706 12/23/2022
3.13.1.566 1,711 11/17/2022
3.13.0.563 1,125 11/11/2022
3.12.0.560 710 10/18/2022
3.11.0.548 4,190 7/19/2022
3.10.1.544 2,507 5/16/2022
3.10.0.538 1,802 12/17/2021
3.9.2.537 1,155 12/10/2021
3.9.1.536 632 11/17/2021
3.9.0.535 1,918 11/15/2021
3.8.1.532 2,914 10/15/2021
3.8.0.529 786 8/27/2021
3.7.0.522 8,852 4/26/2021
3.6.0.510 1,304 12/10/2020
3.5.1.504 3,132 11/23/2020
3.5.0.498 3,044 11/17/2020
3.4.1.490-beta 638 8/20/2020
3.4.0.489 3,243 7/16/2020
3.3.0.474 4,464 2/21/2020
3.2.2.468 959 1/16/2020
3.2.1.467 920 1/9/2020
3.2.0.464 973 1/8/2020
3.1.0.460 1,431 12/10/2019
3.0.1.451 6,502 5/6/2019
3.0.0.450 942 4/29/2019
2.18.0.513 902 1/13/2021
2.17.1.507 915 11/25/2020
2.16.1.452 2,001 5/6/2019
2.16.0.445 962 4/25/2019
2.15.0.435 953 4/4/2019
2.14.1.430 1,054 2/14/2019
2.14.0.429 1,007 1/31/2019
2.14.0.428-pre2 1,010 1/14/2019
2.14.0.426-pre 1,037 1/14/2019
2.12.1.423 1,244 12/19/2018
2.12.0.415 1,044 12/15/2018
2.11.3.409 1,090 12/4/2018
2.11.2.408 1,143 12/3/2018
2.11.1.407 1,138 12/2/2018
2.11.0.403 1,303 11/29/2018
2.9.0.384 3,070 9/5/2018
2.8.1.343 1,471 5/25/2018
2.8.0.338 1,288 5/16/2018
2.7.0.336 1,544 5/2/2018
2.6.0.319 1,372 3/14/2018
2.5.0.312 1,523 1/24/2018
2.4.1.311 1,497 1/24/2018
2.4.0.303 2,091 11/15/2017
2.3.0.299 1,547 10/18/2017
2.2.0.291 1,462 9/28/2017
2.1.0.289 1,838 9/5/2017
2.0.0.286 2,417 9/3/2017
2.0.0.278-alpha02 1,332 8/26/2017
2.0.0.276-alpha01 1,271 8/20/2017
1.6.1.259 1,814 8/10/2017
1.6.0.252 1,486 8/4/2017
1.5.0.247 1,533 7/13/2017
1.4.0.236 1,589 5/8/2017
1.3.0.232 1,523 4/20/2017
1.2.3.222 1,802 3/6/2017
1.2.2.216 1,669 3/4/2017
1.2.1.207 1,783 3/3/2017
1.2.0.201 1,627 2/23/2017
1.1.0.191 1,598 1/3/2017
1.0.0.172 1,631 12/23/2016
0.9.1.163 1,649 11/23/2016
0.9.0.156 7,932 11/1/2016