|
From: | esma mehiaoui |
Subject: | [Help-glpk] optimizing a set of values |
Date: | Wed, 23 Jan 2013 08:54:17 +0000 (GMT) |
Hello everyone, Could someone let me know if the optimization of a vector of value is possible with GLPK ? In more details: I have a set parameter: X:=1..10; And i would like to maximize the variable V[i] for all i belongs to X. I defined the objective function as follow: maximize fct{i in X}: V[i]; But it seems that the returned value for the objective function consider only V[1]. Is it possible to do this otherwise ? Thank you Esma |
[Prev in Thread] | Current Thread | [Next in Thread] |