cuda-revised-simplex
cuda-revised-simplex copied to clipboard
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}
Results
1
cuda-revised-simplex issues
Sort by
recently updated
recently updated
newest added
I tried Your sample and it works fine. But trying my little example with right hand side vector b leads to an "unbound". ``` NAME 20180105_170710 ROWS N COST E...