Run mosox on a GMPL model or data file
Usage
en_mosox_run(
model,
data = NULL,
output = NULL,
command = c("compile", "solve"),
extra_args = character(),
check = TRUE
)
Arguments
- model
character. Path to the GMPL model file.
- data
character. Optional path to the GMPL data file.
- output
character. Optional output path for compile or solve output.
- command
character. Either "compile" or "solve".
character. Additional CLI arguments to pass to mosox.
- check
logical. If TRUE, stop on a non-zero exit status.
Value
A list with the execution result.
See also
Other solver:
en_check,
en_check_packages(),
en_install_deps(),
en_install_python_deps(),
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(),
set_solver_path()