set_solver_path() and get_solver_path() are the generic form of the
per-backend accessors (set_gams_path(), set_julia_path(), ...), which are
thin wrappers around them.
Setting a path is optional. When it is unset, each backend falls back to its
own discovery: glpk and mosox search the session PATH and well-known
install locations (on Windows glpsol is found in Rtools, which bundles
GLPK), while gams, python and julia simply invoke the bare command and
let the OS resolve it on PATH. Set a path only to override that, for
instance to pick between several installed GAMS versions.
Value
get_solver_path() the configured path with a trailing /, or
NULL if unset; set_solver_path() the path, invisibly.
See also
Other options:
en_config_path(),
en_config_show(),
get_arrow_format(),
get_default_solver(),
isVerbose(),
set_default_registry(),
set_option(),
set_scenarios_path()
Other solver:
en_check,
en_check_packages(),
en_install_deps(),
en_install_python_deps(),
en_mosox_run(),
en_setup(),
get_default_solver(),
get_mosox_path(),
get_neos_email(),
mosox_run(),
neos,
neos_build_gams_text_job(),
neos_build_gams_xml(),
neos_gams_inline(),
neos_job,
set_mosox_path()
