![]() | |||||||||||||||
| |||||||||||||||
Boxes - Nonlinear constraints Description Stating a small production planning problem with nonlinear constraints to determine the size of objects to be produced.
Source Files By clicking on a file name, a preview is opened at the bottom of this page.
Boxes02.csproj <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <IsPackable>false</IsPackable> <XpressExampleFiles Condition="'$(XpressExampleFiles)'==''">../../../data</XpressExampleFiles> </PropertyGroup> <ItemGroup> <PackageReference Include="FICO.Xpress.XPRSdn" Version="41.1.1" /> <!-- Version 41.1.1 or later --> </ItemGroup> </Project>
| |||||||||||||||
© Copyright 2025 Fair Isaac Corporation. |