|
42 | 42 | 1. **Knapsack Problem** - [knapsack.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/integer-programming/knapsack.ipynb) |
43 | 43 | 2. **Traveling Salesman Problem** - [traveling-salesman.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/integer-programming/traveling-salesman.ipynb) |
44 | 44 | 3. **Capital Budgeting Problem** - [capital-budgeting.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/integer-programming/capital-budgeting.ipynb) |
45 | | -4. **집합포함문제 (Set Covering Problem)** - []() |
46 | | -5. **공장입지 선정문제 (Plant Location Problem)** -[]() |
47 | | -6. **차량경로문제 (Vehicle Routing Problem)** - [vehicle-routing.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/integer-programming/vehicle-routing.ipynb) |
48 | | -7. **제약식의 종류 (Kind of Constraints)** - []() |
| 45 | +4. **Set Covering Problem** - []() |
| 46 | +5. **Plant Location Problem** -[]() |
| 47 | +6. **Vehicle Routing Problem** - [vehicle-routing.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/integer-programming/vehicle-routing.ipynb) |
49 | 48 |
|
50 | 49 | --- |
51 | 50 |
|
52 | 51 | ## 동적계획법<br>Dynamic Programming |
53 | 52 |
|
54 | | -1. **최단경로문제 (Shortest Path Problem)** - []() |
55 | | -2. **배낭문제 (Knapsack Problem)** - []() |
56 | | -3. **생산계획문제 (Production Planning)** - []() |
| 53 | +1. **Shortest Path Problem** - []() |
| 54 | +2. **Knapsack Problem** - []() |
57 | 55 |
|
58 | 56 | --- |
59 | 57 |
|
60 | 58 | ## 네트워크모형<br>Network Model |
61 | 59 |
|
62 | | -1. **최단경로문제 (Shortest Path Problem)** - []() |
63 | | -2. **최소걸침나무문제 (Minimum Spanning Tree Problem)** -[]() |
64 | | -3. **최대흐름문제 (Maximum Flow Problem)** - []() |
65 | | -4. **최소비용흐름문제 (Minimum Cost Flow Problem)** - []() |
66 | | - |
67 | | ---- |
68 | | - |
69 | | -## PERT/CPM |
70 | | - |
71 | | -1. **PERT/CPM** - []() |
72 | | - |
73 | | ---- |
74 | | - |
75 | | -## 대기행렬모형<br>Queueing System |
76 | | - |
77 | | -1. **M/M/1** - []() |
78 | | -2. **M/M/s** - []() |
| 60 | +1. **Shortest Path Problem** - []() |
| 61 | +2. **Minimum Spanning Tree Problem** -[]() |
| 62 | +3. **Maximum Flow Problem** - []() |
| 63 | +4. **Minimum Cost Flow Problem** - []() |
79 | 64 |
|
80 | 65 | --- |
81 | 66 |
|
82 | 67 | ## 재고관리<br>Inventory Management |
83 | 68 |
|
84 | | -1. **신문판매원 문제 (News Vendor)** - []() |
85 | | -2. **경제적 주문량 (Economic Order Quantity, EOQ)** - []() |
86 | | -3. **로트 크기 결정 (Lot-Sizing Problem)** - []() |
87 | | -4. **일괄구매 모형 (Joint Replenishment Problem, JRP)** - []() |
| 69 | +1. **News Vendor Problem** - []() |
| 70 | +2. **Economic Order Quantity (EOQ)** - []() |
| 71 | +3. **Lot-Sizing Problem** - []() |
| 72 | +4. **Joint Replenishment Problem (JRP)** - []() |
88 | 73 |
|
89 | 74 | --- |
90 | 75 |
|
91 | 76 | ## 일정계획<br>Scheduling |
92 | 77 |
|
93 | | -1. **단일 기계 (Single Machine)** - [single-machine.ipynb]() |
94 | | -2. **흐름 일정계획 (Flow-Shop Scheduling)** - [flow-shop.ipynb]() |
95 | | -3. **개별 작업장 일정계획 (Job-Shop Scheduling)** - [job-shop.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/scheduling/job-shop.ipynb) |
96 | | - |
97 | | ---- |
98 | | - |
99 | | -## 비선형계획법<br>Nonlinear Programming |
100 | | - |
101 | | ---- |
| 78 | +1. **Single Machine** - []() |
| 79 | +2. **Flow-Shop Scheduling** - []() |
| 80 | +3. **Job-Shop Scheduling** - [job-shop.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/scheduling/job-shop.ipynb) |
102 | 81 |
|
103 | | -## 게임이론<br>Game Theory |
104 | 82 |
|
105 | | ---- |
106 | | - |
107 | | -## 마아코브연쇄모형<br>Markov Chain Model |
108 | | - |
109 | | ---- |
110 | 83 |
|
0 commit comments