| |||||||||||||||
| |||||||||||||||
|
Goal programming Description This example tries to construct a production plan which meets four different
goals in order of priority.
Source Files By clicking on a file name, a preview is opened at the bottom of this page.
GoalProg.csproj
<?xml version="1.0" encoding="UTF-8" standalone="no"?><Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FICO.Xpress.XPRSdn" Version="46.1.1"/> <!-- Version 46.01.01 or later -->
</ItemGroup>
</Project>
| |||||||||||||||
| © Copyright 2025 Fair Isaac Corporation. |