help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] [Fwd: translate addTerm Cplex Ilog]


From: Andrew Makhorin
Subject: [Help-glpk] [Fwd: translate addTerm Cplex Ilog]
Date: Thu, 12 Jan 2012 17:19:48 +0300

-------- Forwarded Message --------
From: Simon Vocella <address@hidden>
To: address@hidden
Subject: translate addTerm Cplex Ilog
Date: Thu, 12 Jan 2012 12:41:52 +0100

Hi all,

I have a linear program with ilog/cplex of my friend and i'm trying to
translate in gplk-java. In the objective function i have some boolean
vars called x.
I have already setted the coefficents of the x vars, but in the
objective function i have two summation with different indexes of this
var, just like:

sum{p,w} Cx(p,w) + sum{u,v} Dx(u,v)

in the cplex program it's making a sum and create two IloNumExpr with
C and D coefficents, is there anyway to translate this in glpk-java?

I'll wait a respond,
Kind Regards,
Simon Vocella





reply via email to

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