https://github.com/opvious/notebooks
Optimization notebooks
https://github.com/opvious/notebooks
jupyter linear-programming mixed-integer-programming optimization
Last synced: about 2 months ago
JSON representation
Optimization notebooks
- Host: GitHub
- URL: https://github.com/opvious/notebooks
- Owner: opvious
- License: apache-2.0
- Created: 2022-11-17T21:53:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T15:54:53.000Z (5 months ago)
- Last Synced: 2025-01-23T00:28:18.194Z (3 months ago)
- Topics: jupyter, linear-programming, mixed-integer-programming, optimization
- Language: Jupyter Notebook
- Homepage: https://www.opvious.io/notebooks/retro
- Size: 364 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimization notebooks
This repository contains various notebooks solving optimization problems with
[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.+ 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)
+ Featured examples:
+ [Bin packing](https://www.opvious.io/notebooks/retro/notebooks/?path=examples/bin-packing.ipynb)
+ [Debt simplification](https://www.opvious.io/notebooks/retro/notebooks/?path=examples/debt-simplification.ipynb)
+ [Sudoku assistant](https://www.opvious.io/notebooks/retro/notebooks/?path=examples/sudoku.ipynb)
+ [All notebooks](https://www.opvious.io/notebooks/retro)All notebooks can also be run locally. This repo contains a convenience
script to start a [Jupyter][] notebook server in a virtualenv with all required
dependencies:```sh
./scripts/start-server.sh
```[Jupyter]: https://jupyter.org/