Error Messages/9322

< Error Messages
Revision as of 17:50, 28 January 2010 by Lchrisman (talk | contribs) (Created page with '= Error Text = :The group numbers for grouped-integer decision variables, specified by the «group» parameter in the definition of the optimization problem, must be 1 for the f…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Text

The group numbers for grouped-integer decision variables, specified by the «group» parameter in the definition of the optimization problem, must be 1 for the first group, 2 for the second, etc.

Cause

When you defined your optimization problem using LpDefine, QpDefine or NlpDefine, you set the «ctype» (the continuous/integer type) of some decision variables to 'G' -- grouped integer. You then also specified the group number for these using the «group» parameter.

When you number the groups, you must start with 1 and number all groups sequentially.

See Also

Comments


You are not allowed to post comments.