validateSolver {TestDesign} | R Documentation |
(Internal) Validate solver for interactive use
Description
validateSolver
is an internal function for
validating whether the solver is appropriate for the task.
Usage
validateSolver(config, constraints, purpose = NULL)
Arguments
config |
a |
constraints |
a |
purpose |
the purpose of the task. If |
Value
validateSolver
returns TRUE
or FALSE
.
[Package TestDesign version 1.7.0 Index]