Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions Flips/Flips.fsproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<!-- meta data for the NuGet package is defined in paket.template -->
<PropertyGroup>
<TargetFrameworks>net8.0; net462</TargetFrameworks>
<!-- Note: Some of these properties are overridden by paket.template -->
<Authors>Matthew Crews and contributors</Authors>
<Company>https://fslab.org</Company>
<Description>A F# library for creating and solving Linear Programming and Mixed Integer Programming Models</Description>
<Copyright>2026</Copyright>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/fslaborg/flips</RepositoryUrl>
<PackageTags>F#, Optimization, Linear Programming, Mixed-Integer Programming</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
<OtherFlags>$(OtherFlags) --warnon:3390</OtherFlags>
Expand Down
1 change: 1 addition & 0 deletions Flips/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ licenseExpression MIT
licenseUrl https://licenses.nuget.org/MIT
icon icon.png
requireLicenseAcceptance false
repositoryUrl https://github.com/fslaborg/flips
description
A F# library for creating and solving Linear Programming and Mixed Integer Programming Models
copyright 2026
Expand Down