help-glpk
[Top][All Lists]
Advanced

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

[Fwd: gmpl question]


From: Andrew Makhorin
Subject: [Fwd: gmpl question]
Date: Fri, 17 Dec 2021 20:31:36 +0300

-------- Forwarded Message --------
From: Davor Ocelic <docelic@hcoop.net>
To: mao@gnu.org
Subject: gmpl question
Date: Fri, 17 Dec 2021 10:07:38 +0100

Heya,

I would appreciate minimal help with gmpl if you could:

In the glpk example `assign.mod`, the constraint is that
an agent can have only one task assigned:

s.t. phi{i in I}: sum{j in J} x[i,j] <= 1;
/* each agent can perform at most one task */

I would need to change this rule so that an agent doesn't
have a limit on number of tasks, but all tasks need to be
distributed among a limited number of agents. (For example,
distribute the 8 tasks in the example to 4 agents).

Could you help me with the syntax for that?

Thank you kindly,
Davor




reply via email to

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