if I am not wrong, CPLEX can only handle QCP problems that may be
represented as second order cone problems (SOCP). this means that
cplex can only solve things like
MyVar <= x^2+y^2
this way, you have two paths:
1 - change your solver: use another solver for a broader class of NLP.
2 - change you modelling: so that it fits SOCP.
best,
Sergio
> --
> You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling System" group.
> To post to this group, send email to ai...@googlegroups.com.
> To unsubscribe from this group, send email to aimms+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/aimms?hl=en.
>
>