Error Messages/40312
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».
See Also
Comments
Enable comment auto-refresher