GAP_pkg_guava_jll.desautoMethod
desauto(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of desauto.

Example

desauto() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GAP_pkg_guava_jll.desautoMethod
desauto(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(desauto()) $arguments`)
Julia 1.6
GAP_pkg_guava_jll.leonconvMethod
leonconv(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of leonconv.

Example

leonconv() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GAP_pkg_guava_jll.leonconvMethod
leonconv(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(leonconv()) $arguments`)
Julia 1.6
GAP_pkg_guava_jll.minimum_weightMethod
minimum_weight(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of minimum_weight.

Example

minimum_weight() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GAP_pkg_guava_jll.minimum_weightMethod
minimum_weight(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(minimum_weight()) $arguments`)
Julia 1.6
GAP_pkg_guava_jll.wtdistMethod
wtdist(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wtdist.

Example

wtdist() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GAP_pkg_guava_jll.wtdistMethod
wtdist(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(wtdist()) $arguments`)
Julia 1.6