Learn R Programming

rLindo (version 8.0.1)

rLSsetProbAllocSizes: Increase the allocated sizes.

Description

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

Usage

rLSsetProbAllocSizes(model,n_vars_alloc,n_cons_alloc,n_QC_alloc,n_Annz_alloc, n_Qnnz_alloc,n_NLPnnz_alloc)

Arguments

model
A LINDO API model object, returned by rLScreateModel.
n_vars_alloc
New size for variables.
n_cons_alloc
New size for constraints.
n_QC_alloc
New size for QC terms.
n_Annz_alloc
New size for non-zeros.
n_Qnnz_alloc
New size for quadratic non-zeros.
n_NLPnnz_alloc
New size for NLP non-zeros.

Value

An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.

References

LINDO SYSTEMS home page at www.lindo.com