Error Messages/40936

< Error Messages
Revision as of 19:02, 7 September 2010 by Lchrisman (talk | contribs) (Created page with '= Error Message = The first constraint in the structured NLP defined in ''The_Nlp'' evaluates to a result whose dimensions contain the following unexpected index(es): Requ…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message

The first constraint in the structured NLP defined in The_Nlp evaluates to a result whose dimensions contain the 
following unexpected index(es):
  Required_Resource_Constraint
 
What you have here is an array of constraints.  If your intention is for all of those constraints to be active in the
same structured NLP, then you should move this constraint to its own variable and specify these indexes in the OptDimensions
attribute.  If your intention is to have an array of separate optimization problems along these indexes, then you will need 
to utilize the Over and SetContext parameters of DefineOptimization.  Se the Analytica Optimizer Guide for details.

Cause

Remedy

Comments


You are not allowed to post comments.