исследование операций симплекс-метод, симплексный метод (последовательное улучшение плана задачи линейного программирования, позволяющее осуществлять переход от одного допустимого базисного решения к другому, причем так, что значения целевой функции непрерывно возрастают и за конечное число шагов находится оптимальное решение) Синоним(ы): simplex algorithm, simplex technique, simplex procedure
математика симплексный метод, симплекс-метод
симплексный метод
An algorithm for solving the classical linear programming problem; developed by George B. Dantzig in 1947. The simplex method is an iterative procedure, solving a system of linear equations in each of its steps, and stopping when either the optimum is reached, or the solution proves infeasible. The basic method remained pretty much the same over the years, though there were many refinements targeted at improving performance (eg. using sparse matrix techniques), numerical accuracy and stability, as well as solving special classes of problems, such as mixed-integer programming.