Skip to content

exanauts/Simplex.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Julia implementation of a revised simplex method for cpu and gpu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published