最短路問題を用いたネットワークシンプレックス法のMATLABへの実装
スポンサーリンク
概要
- 論文の詳細を見る
The main theme of the present paper is an implementation of the Network Simplex Algorithm for solving the minimum cost flow problem to MATLAB. The minimum cost flow problem is the problem for finding the minimum cost flow which satisfies the given capacity conditions and the demand and supply conditions. Although it is known to have a wide application to real fields, there have been known a few algorithms for solving the minimum cost flow problem. The Network Simplex Algorithm is known as the most efficient one, but it is a very complicated algorithm consisting of lots of sub-algorithms. So the implementation of the algorithm is not easy and it has varieties of combinations of sub-algorithms. In the present paper, we provide an implementation of the Network Simplex Algorithm using algorithms for the shortest path problems such as the Dijkstra algorithm or the Floyd-Warshall algorithm efficiently as sub-algorithms. We cannot say that the present implementation is quite efficient but it is easy to understand and requires a little knowledge about algorithms on graph theory.
著者
-
渡邊 芳英
Department Of Electronics Doshisha University
-
伊藤 利明
Department Of Biomedical Engneering Doshisha University
-
渡邊 芳英
Department Of Mathematical Sciences Doshisha University
-
青山 直路
Graduate School of Life and Medical Sciences, Doshisha University
-
青山 直路
Graduate School Of Life And Medical Sciences Doshisha University
-
渡邊 芳英
Department of Mathematical Science,Doshisha University
関連論文
- MapleのODEソルバーとそれにより自動に得られる離散方程式の特性について (第48回同志社大学理工学研究所研究発表会 2010年度学内研究センター合同シンポジウム講演予稿集)
- Semi-Discrete発展方程式のbiーHamilton構造
- 整数計画法に基づくRNA間相互作用予測
- 整数計画法に基づくRNA間相互作用予測
- 2元線形符号の最尤復号におけるグレブナー基底を用いた方法 : BCH符号への応用
- トーリックイデアルのグレプナ基底計算アルゴリズム : 数式処理システムAsirへの実装
- AsirによるToric idealのグレブナー基底計算
- Asirによる有限群の不変式環の生成元の計算 (Computer Algebra : Algorithms, Implementations and Applications)
- Asirによる有限群の不変式環の生成元の計算
- 形式的線形化可能な発展方程式の数え挙げ
- 保存則による発展方程式の分類(数式処理の利用)I:形式的線形化可能系(非線型可積分系の研究の現状と展望)
- Recursion opertor[operator], Hereditary operator 及び Schouten bracket の計算について(数式処理と数学研究への応用)
- 最短路問題を用いたネットワークシンプレックス法のMATLABへの実装
- 当世学生試験事情
- 最大流問題とその双対問題
- ネットワークシンプレックス法における巡回を防ぐ方法
- 最尤復号に対する池上・楫アルゴリズムの計算量を減らすための試み
- 最短路問題と最長路問題
- 1121 最短路問題を用いたネットワークシンプレックス法のMATLABへの実装(GS-18・20 システムの最適化)