Learn R Programming

sybil (version 1.1.2)

getSolStat-methods: Get Solution Status After Optimization

Description

Get solution status after optimization.

Usage

## S3 method for class 'optObj_clpAPI':
getSolStat(lp)

## S3 method for class 'optObj_cplexAPI': getSolStat(lp)

## S3 method for class 'optObj_glpkAPI': getSolStat(lp)

## S3 method for class 'optObj_lpSolveAPI': getSolStat(lp)

Arguments

lp
An object extending class optObj.

Value

  • Returns a single numeric value indicating the solution status after optimization.

encoding

utf8

See Also

Function getMeanStatus and superclass optObj and constructor function optObj.