validateSolver: (Internal) Validate solver for interactive use

View source: R/solver_functions.R

validateSolverR 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 config_Shadow or a config_Static object.

constraints

a constraints object representing test specifications. Use loadConstraints for this.

purpose

the purpose of the task. If SPLIT then extra checks are performed.

Value

validateSolver returns TRUE or FALSE.


TestDesign documentation built on Sept. 11, 2024, 7:12 p.m.