Re: bpp plus type constrain
Michael Hennebry <[email protected]> Mon, 9 Oct 2023 11:26:41 -0500 (CDT)
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 6 Oct 2023, Michael Hennebry wrote:
> YY{y in mouldTypes, b in 1..n, i in I: mo[i]==t} y[t, b] >= x[i, b] ;
Oops. A y where a t was needed. The corrected version:
YY{t in mouldTypes, b in 1..n, i in I: mo[i]==t} y[t, b] >= x[i, b] ;
--
Michael [email protected]
"Occasionally irrational explanations are required" -- Luke Roman