help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] MIP code


From: xypron
Subject: Re: [Help-glpk] MIP code
Date: Fri, 26 Jun 2009 13:27:30 -0700 (PDT)

Hello Hussin,

one line got messed up in the response before:

>> Realizing that always W['L',*] = 0 gets us to:
>> var W {d in D, j in S} binary, <= if d = 'W' or ( d = 'S' and ( j < 7 or
>> j > 19 ) ) then 0 else 1; 
it should be:
var W {d in D, j in S} binary, <= if d = 'L' or ( d = 'S' and ( j < 7 or j >
19 ) ) then 0 else 1; 

Best regards

Xypron
-- 
View this message in context: 
http://www.nabble.com/MIP-code-tp24207624p24226816.html
Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]