Симплекс алгоритам
Изглед
Симплекс алгоритам је најпознатији алгоритам везан за линеарно програмирање.
Поступак рада Симплекса:
- почетни корак: генерисати почетно теме Xo допустиве области.
- итеративни корак за k = 0,1,...,n:
- тест оптималности: Ако је теме Хк боље од суседних на допустивој области, онда је оптимално. КРАЈ.
- k = k + 1; генерисати ново решење (теме допустиве области) Xk чија је функција циља боља.
Литература
[уреди | уреди извор]- Murty, Katta G. (1983). Linear programming. New York: John Wiley & Sons, Inc. стр. xix+482. ISBN 978-0-471-09725-9. MR 720547.
- Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. Introduction to Algorithms, Second Edition. MIT Press and McGraw-Hill. 2001. ISBN 978-0-262-03293-3.. Section 29.3: The simplex algorithm, pp. 790-804.
- Frederick S. Hillier and Gerald J. Lieberman: Introduction to Operations Research, 8th edition. McGraw-Hill. ISBN 978-0-07-123828-1.
- Rardin, Ronald L. (1997). Optimization in operations research. Prentice Hall. стр. 919. ISBN 978-0-02-398415-0. Непознати параметар
|copyright=
игнорисан (помоћ)
Спољашње везе
[уреди | уреди извор]- An Introduction to Linear Programming and the Simplex Algorithm by Spyros Reveliotis of the Georgia Institute of Technology.
- Greenberg, Harvey J., Klee-Minty Polytope Shows Exponential Time Complexity of Simplex Method University of Colorado at Denver (1997) PDF download Архивирано на сајту Wayback Machine (5. април 2016)
- Simplex Method A tutorial for Simplex Method with examples (also two-phase and M-method).
- Example of Simplex Procedure for a Standard Linear Programming Problem by Thomas McFarland of the University of Wisconsin-Whitewater.