checkOptionsValidity {CARNIVAL}R Documentation

Checks if provided option names are valid.

Description

Checks if provided option names are valid.

Usage

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

Arguments

solver

one of the solvers available from getSupportedSolvers().

...

any possible options from the solver's list

Examples

checkOptionsValidity(solver="lpSolve")

[Package CARNIVAL version 2.2.0 Index]