Checks if provided option names are valid.
checkOptionsValidity(solver = getSupportedSolvers()$lpSolve, ...)
one of the solvers available from getSupportedSolvers().
any possible options from the solver's list
TRUE/FALSE depending on the status of the checks
checkOptionsValidity(solver="lpSolve")
#> [1] TRUE