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
6 changes: 6 additions & 0 deletions .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'

- name: Copy files
run: |
build.sh -t PrepDocs
mkdir -p dist
cp -r ./docs/* ./dist/
rm ./dist/package.json ./dist/package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Flips : **F**# **LI**near **P**rogramming **S**ystem

> Full Documenation can be found [here](https://flipslibrary.com/).
> Full Documenation can be found [here].

Flips is an F# library for modeling and solving Linear Programming (LP) and Mixed-Integer Programming (MIP) problems.
It is inspired by the work of the PuLP library for Python and the excellent Gurobi Python library. It builds on the
Expand Down Expand Up @@ -34,7 +34,7 @@ will need to get a separate license to use these libraries. The installation of
in this documentation since installation can depend on deployment and use case. Please refer to these vendors for commercial
support in using their product. Flips currently only supports the latest version of each of these libraries.

[here]: http://matthewcrews.com/flips/#/
[here]: https://fslab.org/flips/
[Google OR-Tools library]: https://github.com/google/or-tools
[OPTANO library]: https://optano.com/en/modeling/
[nuget package]: https://www.nuget.org/packages/Flips/
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RELEASE_NOTES.md