Difference between revisions of "Error Messages/40592"

(Created page with '= Error Message Examples = The objective to NlpDefine evaluates to an array indexed by MultNLP. The objective must evaluate to a scalar in each individual optimization problem…')
 
Line 1: Line 1:
 
= Error Message Examples  =
 
= Error Message Examples  =
  
  The objective to NlpDefine evaluates to an array indexed by MultNLP. The objective must evaluate to a scalar in each individual optimization problem (when Vars is indexed only by VarIndex).
+
  The objective to NlpDefine evaluates to an array indexed by MultNLP. The objective must evaluate to a
 +
scalar in each individual optimization problem (when Vars is indexed only by VarIndex).
  
 
= Cause  =
 
= Cause  =

Revision as of 20:07, 22 January 2010

Error Message Examples

The objective to NlpDefine evaluates to an array indexed by MultNLP. The objective must evaluate to a
scalar in each individual optimization problem (when Vars is indexed only by VarIndex).

Cause

Analytica cannot automatically array abstract over non linear optimization problems. Please look at this documentation to learn how to setup NlpDefine to array abstract.

Remedies

If you were trying to setup multiple optimization problems, pass the SetContext or Over to NlpDefine to successfully array abstract. Documentation on setting up non linear optimization programs to array abstract can be found here.



Else, correct the objective passed to NlpDefine to evaluate to a scalar.



You are not allowed to post comments.

Comments
<comments />