Error Messages/42595


Error Message

You cannot specify both the «constraint» and «decision» parameters when calling OptInfo with «item» = "intrinsic indexes"

Cause

You have evaluated a call such as:

OptInfo(lp, "intrinsic indexes", constraint: ST_OCB, decision: ST_CR)

where both parameters, «constraint» and «decision» were specified. When requesting the "intrinsic indexes" or "extrinsic indexes" for an optimization problem, you can request the information for all elements of the problem by specifying neither «constraint» nor «decision», or you can request the indexes for a single constraint or a single decision by specifying one. But if you try to specify both, this error results.

Remedy

Try using two separate calls to OptInfo, one to get the indexes for the constraint of interest, a second call to get the indexes for the decision of interest.

See Also

Comments


You are not allowed to post comments.