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
1 change: 1 addition & 0 deletions Flips/Flips.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<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>
Expand Down
7 changes: 4 additions & 3 deletions Flips/paket.template
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
title Flips
type project
authors Matthew Crews
owners Matthew Crews
authors Matthew Crews and contributors
owners https://fslab.org
licenseExpression MIT
licenseUrl https://licenses.nuget.org/MIT
icon icon.png
requireLicenseAcceptance false
description
A F# library for creating and solving Linear Programming and Mixed Integer Programming Models
copyright 2020
copyright 2026
language
F#
tags
Expand Down