Skip to content

Commit baf3c3e

Browse files
committed
update README.md
1 parent b0f53c9 commit baf3c3e

File tree

2 files changed

+17
-43
lines changed

2 files changed

+17
-43
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.git
44
*.mps
55
*.log
6+
copy.md
67

78
# Folders
89
.ipynb_checkpoints/

README.md

Lines changed: 16 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -42,69 +42,42 @@
4242
1. **Knapsack Problem** - [knapsack.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/integer-programming/knapsack.ipynb)
4343
2. **Traveling Salesman Problem** - [traveling-salesman.ipynb](https://nbviewer.jupyter.org/github/unerue/or-tutorial/blob/master/or-tutorial/integer-programming/traveling-salesman.ipynb)
4444
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)
4948

5049
---
5150

5251
## 동적계획법<br>Dynamic Programming
5352

54-
1. **최단경로문제 (Shortest Path Problem)** - []()
55-
2. **배낭문제 (Knapsack Problem)** - []()
56-
3. **생산계획문제 (Production Planning)** - []()
53+
1. **Shortest Path Problem** - []()
54+
2. **Knapsack Problem** - []()
5755

5856
---
5957

6058
## 네트워크모형<br>Network Model
6159

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** - []()
7964

8065
---
8166

8267
## 재고관리<br>Inventory Management
8368

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)** - []()
8873

8974
---
9075

9176
## 일정계획<br>Scheduling
9277

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)
10281

103-
## 게임이론<br>Game Theory
10482

105-
---
106-
107-
## 마아코브연쇄모형<br>Markov Chain Model
108-
109-
---
11083

0 commit comments

Comments
 (0)