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.


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