This is a Julia wrapper for the SoPlex (Sequential object-oriented simPlex) linear optimization solver based on an implementation of the primal and dual revised simplex algorithm.
This package is at a very early stage, use at your own risk. Feedback is welcome, but things are expected to break. Contributions to fix the failing tests are welcome.
The solver implements MathOptInterface and can be used directly or from JuMP.
The package is not registered yet, install it with:
using Pkg
Pkg.add("https://github.com/scipopt/SoPlex.jl")