isSolutionOptimal: (Internal) Check whether solution is optimal

View source: R/solver_functions.R

isSolutionOptimalR Documentation

(Internal) Check whether solution is optimal

Description

isSolutionOptimal is an internal function for checking whether a solution is optimal.

Usage

isSolutionOptimal(status, solver)

Arguments

status

status code returned by the solver function.

solver

solver name.

Value

isSolutionOptimal returns TRUE or FALSE.


choi-phd/TestDesign documentation built on July 4, 2025, 5:21 p.m.