Difference between revisions of "Error Messages/40312"
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…') |
AManandhar (talk | contribs) m (→Remedies) |
||
Line 12: | Line 12: | ||
Correct the two parameters passed to the [[QpDefine]] function so that they are the same length. | 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) | + | Defining the index passed to '''Vars2''' parameter can be defined as [[CopyIndex|CopyIndex(Vars)]], so chancing the '''Vars''' parameter would automatically update '''Vars2''' |
<br><comments /> | <br><comments /> |
Revision as of 20:56, 27 January 2010
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(Vars), so chancing the Vars parameter would automatically update Vars2
Comments
<comments />
Enable comment auto-refresher