rLSgetBasis {rLindo}R Documentation

Get information about the basis that was found after optimizing the given model.

Description

R interface function for LINDO API function LSgetBasis. For more information, please refer to LINDO API User Manual.

Usage

  rLSgetBasis(model)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

panCstatus

An integer array containing information about the status of the variables.

panCstatus

An integer array containing information about the status of the constraints.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSloadBasis


[Package rLindo version 8.0.1 Index]