[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] Re: data input problem
|
From: |
Andrew Makhorin |
|
Subject: |
[Help-glpk] Re: data input problem |
|
Date: |
Sun, 8 Feb 2004 13:03:20 +0300 |
>I have a parameter declared as :
>
>param Coverage {Chains,Days,Shifts} binary;
>is there any quicker way to input the binary data ?
Another way is to derive a general formula to compute members of
'Coverage' for given subscripts rather than to specify their values
explicitly in the data section.