Checks if provided option names are valid.

checkOptionsValidity(solver = getSupportedSolvers()$lpSolve, ...)

Arguments

solver

one of the solvers available from getSupportedSolvers().

...

any possible options from the solver's list

Value

TRUE/FALSE depending on the status of the checks

Examples

checkOptionsValidity(solver="lpSolve")
#> [1] TRUE