Skip to content

laurium-labs/HiGHS.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning: The MathOptInterface wrapper is still under development. It is missing a lot of features.

HiGHS.jl

Build Status codecov

HiGHS.jl is a wrapper for the HiGHS linear solver.

It has two components:

The C API can be accessed via HiGHS.Highs_xxx functions, where the names and arguments are identical to the C API.

Installation

Minimum version requirement: HiGHS.jl requres at least Julia v1.3.

The package is not registered in the General registry and so must be installed as follows:

import Pkg
Pkg.add(Pkg.PackageSpec(url="https://github.com/jump-dev/HiGHS.jl"))

In addition to installing the HiGHS.jl package, this will also download and install the HiGHS binaries. (You do not need to install HiGHS separately.)

About

Julia wrapper for the HiGHS solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%