Learn R Programming

rLindo (version 8.0.1)

rLSgetBestBounds: Finds the best implied variable bounds for the specified model by improving the original bounds using extensive preprocessing and probing.

Description

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

Usage

rLSgetBestBounds(model)

Arguments

model
A LINDO API model object, returned by rLScreateModel.

Value

An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.
padBestL
Best implied lower bounds if different from NULL.
padBestU
Best implied upper bounds if different from NULL.

References

LINDO SYSTEMS home page at www.lindo.com