Skip to content

Commit

Permalink
refactor: sanitize notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Sep 8, 2024
1 parent 02a31b4 commit 44e0d7a
Show file tree
Hide file tree
Showing 16 changed files with 3,737 additions and 7,596 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Optimization notebooks

This repository contains various notebooks solving optimization problems with
the [Opvious](https://www.opvious.io). Most can be run without an account directly from
your browser when accessed via their
[Opvious](https://www.opvious.io). Most can be run directly from your browser
when accessed via their
[opvious.io/notebooks](https://www.opvious.io/notebooks/retro) URL.

+ Featured guides:
+ Guides:
+ [Getting started](https://www.opvious.io/notebooks/retro/notebooks/?path=guides/welcome.ipynb) (start here!)
+ [Deploying a model](https://www.opvious.io/notebooks/retro/notebooks/?path=guides/uploading-a-model.ipynb)
+ [Self-hosting the API server](https://www.opvious.io/notebooks/retro/notebooks/?path=guides/using-a-self-hosted-api-server.ipynb)
Expand Down
429 changes: 202 additions & 227 deletions resources/examples/bin-packing.ipynb

Large diffs are not rendered by default.

737 changes: 208 additions & 529 deletions resources/examples/consecutive-shift-scheduling.ipynb

Large diffs are not rendered by default.

1,307 changes: 372 additions & 935 deletions resources/examples/debt-simplification.ipynb

Large diffs are not rendered by default.

1,023 changes: 318 additions & 705 deletions resources/examples/doctor-scheduling.ipynb

Large diffs are not rendered by default.

1,484 changes: 350 additions & 1,134 deletions resources/examples/fantasy-premier-league.ipynb

Large diffs are not rendered by default.

483 changes: 191 additions & 292 deletions resources/examples/job-shop-scheduling.ipynb

Large diffs are not rendered by default.

654 changes: 220 additions & 434 deletions resources/examples/lot-sizing.ipynb

Large diffs are not rendered by default.

825 changes: 222 additions & 603 deletions resources/examples/portfolio-optimization.ipynb

Large diffs are not rendered by default.

862 changes: 277 additions & 585 deletions resources/examples/product-allocation.ipynb

Large diffs are not rendered by default.

1,289 changes: 384 additions & 905 deletions resources/examples/sudoku.ipynb

Large diffs are not rendered by default.

630 changes: 254 additions & 376 deletions resources/guides/managing-modeling-complexity.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 44e0d7a

Please sign in to comment.