rLSgetBlockStructure: Retrieve the block structure information.

Description Usage Arguments Details Value References See Also

View source: R/rLindo.R

Description

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

Usage

1

Arguments

model

A LINDO API model object, returned by rLScreateModel.

Details

Following a call to LSfindBlockStructure().

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pnBlock

Number of blocks to decompose the model matrix into.

panRblock

An integer array containing information about the block membership of the constraints.

panCblock

An integer array containing information about the block membership of the variables.

pnType

Type of the decomposition.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSfindBlockStructure


rLindo documentation built on May 1, 2019, 10:11 p.m.