rLSgetBlockStructure {rLindo} | R Documentation |
R interface function for LINDO API function LSgetBlockStructure
. For more information,
please refer to LINDO API User Manual.
rLSgetBlockStructure(model)
model |
A LINDO API model object, returned by |
Following a call to LSfindBlockStructure().
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. |
LINDO SYSTEMS home page at www.lindo.com