Error Messages/40308

< Error Messages
Revision as of 22:34, 27 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Number of constraints in the file passed to LpRead is not the same as the length of constraintIndex. = Cause = The number of constraints defined …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

Number of constraints in the file passed to LpRead is not the same as the length of constraintIndex.

Cause

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

Remedies

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

Constraints is an optional parameter to the LpRead function and can also be omitted.




You are not allowed to post comments.

Comments
<comments />