Learn R Programming

rLindo (version 8.0.1)

rLSsetProbNameAllocSizes: Increase the allocated sizes for how much space is needed for storing names.

Description

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

Usage

rLSsetProbNameAllocSizes(model,n_varname_alloc,n_rowname_alloc)

Arguments

model
A LINDO API model object, returned by rLScreateModel.
n_varname_alloc
New size for variable names.
n_rowname_alloc
New size for constraint names.

Value

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

References

LINDO SYSTEMS home page at www.lindo.com