jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
103 stars 14 forks source link

problem on HiGHS version #72

Closed nht2018 closed 2 years ago

nht2018 commented 2 years ago

When I use the following command to install highs,

import Pkg
Pkg.add("HiGHS")

the version of HiGHS installed is v0.2.3. How do I install the latest version of HiGHS (v1.1)? Thanks.

odow commented 2 years ago

HiGHS.jl (the Julia package) is v0.2.3, but it uses HiGHS_jll (the solver) version 1.1: https://github.com/jump-dev/HiGHS.jl/blob/567ed76f40fe4fa0e65979219367054afca6b287/Project.toml#L11