Error Messages/40307

< Error Messages
Revision as of 00:09, 25 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Error message examples

Number of variables in the file passed to LpRead is not the same as the length of varIndex.

Cause

The number of variables defined in the file passed to LpRead and the length of the index passed as the optional «Var» parameter are not equal.

Remedies

If the number of variables in the problem isn't very large, you can determine the number of variables by opening the file being passed in a text editor and then correct the length of the index passed.

«Vars» is an optional parameter to the LpRead function and can also be omitted.

See Also

Comments


You are not allowed to post comments.