help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] Help


From: Abhishek R Varma
Subject: [Help-glpk] Help
Date: Thu, 11 Apr 2013 23:28:25 +0000

Hi,

sum{i in I} ta[i] is a linear function of ta[i]. max{i in I} ta[i] is not a linear function of w[i]

This is what I read on one of your reply.
You also provided a solution for this

var ta{i in I};
var obj;
minimize err: obj;
s.t. c{i in I} obj >= ta[i];

I tried doing this but it gives me an error saying that
delay.mod:18: ta must be subscripted


reply via email to

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