checkOptionsValidity: Checks if provided option names are valid.

View source: R/set_carnival_options.R

checkOptionsValidityR 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

Value

TRUE/FALSE depending on the status of the checks

Examples

checkOptionsValidity(solver="lpSolve")

saezlab/CARNIVAL documentation built on Jan. 17, 2024, 5:10 p.m.