jump-dev / HiGHS.jl

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

Support MOI.Semiinteger and MOI.Semicontinuous sets #91

Closed odow closed 1 year ago

odow commented 2 years ago

HiGHS supports semi-xxx variables. The next release will contain the exported constants HighsVarTypekSemiContinuous = 2 and HighsVarTypekSemiInteger = 3.