Similar to フローショップ・スケジューリング問題
0
01
12
23
34
45
56
67
78
8▲1 trends9
91048576
12345679
組合せ最適化
Combinatorial optimization均一コスト探索
Uniform-cost searchクラスカル法
Kruskal's algorithmクリストフィードのアルゴリズム
Christofides algorithm計算複雑性理論
Computational complexity theory最短経路問題
Shortest path problem巡回セールスマン問題
Travelling salesman problemダイクストラ法
Dijkstra's algorithmナップサック問題
Knapsack problem粘菌コンピュータ
幅優先探索
Breadth-first searchビームサーチ
Beam search深さ優先探索
Depth-first searchプリム法
Prim's algorithm分枝限定法
Branch and boundベルマン–フォード法
Bellman–Ford algorithm