Skip to content

scipopt/SoPlex.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoPlex

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.

Usage

The solver implements MathOptInterface and can be used directly or from JuMP.

Installing

The package is not registered yet, install it with:

using Pkg
Pkg.add("https://github.com/scipopt/SoPlex.jl")

Releases

No releases published

Packages

No packages published

Languages