Cbc_jll.cbcMethod
cbc(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of cbc.

Example

cbc() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Cbc_jll.cbcMethod
cbc(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(cbc()) $arguments`)
Julia 1.6
Cbc_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.