[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] help
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] help |
Date: |
Tue, 03 Jul 2012 18:31:28 +0400 |
> it quite clear
> I thank you, because you had many similar constraints and then I
> solved quite a few errors.
> Now I have this barrier
> I can not represent this constraint ... I attach the photo
>
> x [i, t] is the variable
> I is a set of activities
> TC is the set of critical hours
> t is the index of TC
> d [i] is the duration of the i-th activity
>
> sorry but I am preparing a thesis and I have never used mathprog
> thank you very much
s.t. foo{i in I, t in TC: t + d[i] in TC}: x[i,t] = 0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-glpk] help,
Andrew Makhorin <=