OptimizationProblemLibrary 0.1.4
Install-Package OptimizationProblemLibrary -Version 0.1.4
dotnet add package OptimizationProblemLibrary --version 0.1.4
<PackageReference Include="OptimizationProblemLibrary" Version="0.1.4" />
paket add OptimizationProblemLibrary --version 0.1.4
#r "nuget: OptimizationProblemLibrary, 0.1.4"
// Install OptimizationProblemLibrary as a Cake Addin
#addin nuget:?package=OptimizationProblemLibrary&version=0.1.4
// Install OptimizationProblemLibrary as a Cake Tool
#tool nuget:?package=OptimizationProblemLibrary&version=0.1.4
Package Description
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
-
net6.0
- FluentValidation (>= 10.3.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.1.4
- Fixed a bug calculating incorrect order cost for the inventory policy
0.1.3
- Added the inventory policy problem (QR)
- Switched to Fluentvalidation for the input, solution and instances (breaking change)
0.1.2
- The Max Storage Solution Algorithm for the CLSP Problem rounds the lot sizes to integers now
0.1.1
- Added feature to add product names for the ClspDefaultInputGeneration
- Improved the cost factor generation for the ClspDefaultInputGeneration
0.1.0
- Initial release
- Inlcuding interfaces for optimization problems
- Includes the CLSP problem