-------- Forwarded Message --------
From: Simon Vocella <[email protected]>
To: [email protected]
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



_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to