help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] Complex constraint definition


From: Tiago Santos
Subject: [Help-glpk] Complex constraint definition
Date: Sat, 3 Dec 2016 19:42:40 -0200

Hello,

I'm trying to model a constraint and that is being so complex to me.

Is there any way to model a constraint like the follwing in GLPK?

I need to restrict that the sum must be equal or greater than Min[j] otherwise 0.

{j in T, i in B}: sum{k in S} f[i,k]*P[j,k] >=Min[j]
OR
{j in T, i in B}: sum{k in S} f[i,k]*P[j,k] =0


Thank you,
Tiago

reply via email to

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