An open API service indexing awesome lists of open source software.

https://github.com/matsunagalab/lecture_or

Google colab notebook for a lecture on Operations Research
https://github.com/matsunagalab/lecture_or

coin operations-research pulp

Last synced: 7 months ago
JSON representation

Google colab notebook for a lecture on Operations Research

Awesome Lists containing this project

README

          

# オペレーションズリサーチ notebooks
埼玉大学工学部情報工学科で後期に開講している「オペレーションズリサーチ」の講義で用いる Google colab notebooks を置いています。下のバッジをクリックして開いてください。

## ソルバ01:PuLPを使ってみる
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/matsunagalab/lecture_OR/blob/main/solver01.ipynb)

## ソルバ02:PuLPで応用問題を解く
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/matsunagalab/lecture_OR/blob/main/solver02.ipynb)

## ソルバ03:PuLPで整数計画問題を解く
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/matsunagalab/lecture_OR/blob/main/solver03.ipynb)

## 動的計画法の応用例
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/matsunagalab/lecture_OR/blob/main/advanced.ipynb)