GAP_pkg_simpcomp_jll.bistellarMethod
bistellar(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of bistellar.

Example

bistellar() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GAP_pkg_simpcomp_jll.bistellarMethod
bistellar(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

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