[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Help needed
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Help needed |
Date: |
Tue, 24 Jul 2012 22:00:10 +0400 |
> when I run the code the following message is shown:
>
>
>
> alternate.mod:31: multiplication of linear forms not allowed
>
> Context: ...C * TempIN_Meas [ j ] - YAC [ j ] - 5 * LambAC * YAC [ j ]
> +
>
> MathProg model processing error
>
>
>
> Does anybody have an idea about what does it mean this error?
>
This error means that you attempt multiplying linear forms (in your case
these linear forms are variables LambAC and YAC[j]) that would lead to a
non-linear constraint and therefore is not allowed in linear models.