[Clp] Fw: Can we pass the pointer of an objective functio to Clp model

Lou Hafer lou at cs.sfu.ca
Thu Nov 3 11:47:50 EDT 2011


Agarwal,

> I am new to Clp and am trying to declare my own objective function of
> the type ax^2 + bxy _c*log(x) + z^(exp(a-b)). I want to minimize the
> function using Interior point alogirthm.

To my knowledge, clp does not directly support this sort of nonlinear
objective. You might want to have a look at Ipopt, or look for some way
to reduce your objective to piecewise linear or quadratic. Someone else
will have to take this further, nonlinear problems are not my area of
expertise.

						Lou




More information about the Clp mailing list