HiGHS_jll.highsMethod
highs(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of highs.

Example

highs() do exe
    run(`$exe $arguments`)
end
Julia 1.3
HiGHS_jll.highsMethod
highs(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of highs. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(highs()) $arguments`)
Julia 1.6
HiGHS_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.