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 Oct. 1, 2024, 2:37 a.m.