validateSolver function

(Internal) Validate solver for interactive use

(Internal) Validate solver for interactive use

validateSolver is an internal function for validating whether the solver is appropriate for the task.

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.

Returns

validateSolver returns TRUE or FALSE.

  • Maintainer: Seung W. Choi
  • License: GPL (>= 2)
  • Last published: 2024-08-22