Error Messages/40312
< Error Messages
Revision as of 20:55, 27 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The first two indexes to QpDefine must be the same length, equal to the number of variables in the quadratic program. = Cause = The first tw…')
Error Message Examples
The first two indexes to QpDefine must be the same length, equal to the number of variables in the quadratic program.
Cause
The first two parameters, Vars and Vars2 passed to the QpDefine function should be indexes of the same length, but the passed parameters did not meet the requirement.
Remedies
Correct the two parameters passed to the QpDefine function so that they are the same length.
Defining the index passed to Vars2 parameter can be defined as [[CopyIndex|CopyIndex(Vars)}}, so chancing the Vars parameter would automatically update Vars2
Comments
<comments />
Enable comment auto-refresher