Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 676 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 676 Bytes

Simplex.jl

Julia implementation of a revised primal simplex method

The algorithm runs on CPU and GPU.

How to run example (examples/netlib.jl)

  1. Go to netlib directory.
  2. Compile emps.c by gcc emps.c -o emps.
  3. Run the script get.sh that downloads and uncompress some mps instances.
  4. Now you have some test instances. Try (at the current directory)
julia --project=.. ../examples/netlib.jl

See results.md for numerical results.

Acknowledgement

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.