rLSsetProbAllocSizes: Increase the allocated sizes.

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
2
  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


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