revised-simplex-algorithm topic

List revised-simplex-algorithm repositories

linear-programming-using-MATLAB

43
Stars
20
Forks
Watchers

This book offers a theoretical and computational presentation of a variety of linear programming algorithms and methods with an emphasis on the revised simplex method and its components. A theoretical...

cuda-revised-simplex

27
Stars
6
Forks
Watchers

An implementation of the revised simplex algorithm in CUDA for solving linear optimization problems in the form max{c*x | A*x=b, l<=x<=u}