Julia implementation of a revised primal simplex method
The algorithm runs on CPU and GPU.
- Go to
netlibdirectory. - Compile
emps.cbygcc emps.c -o emps. - Run the script
get.shthat downloads and uncompress somempsinstances. - Now you have some test instances. Try (at the current directory)
julia --project=.. ../examples/netlib.jl
See results.md for numerical results.
This is a part of ExaSGD project. This material is based upon work supported by the U.S. Department of Energy, Office of Science, under contract number DE-AC02-06CH11357.