Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: GACNEU
if yes, is there any examples for that?
I only found SOCP examples for C and Java ang etc
Hi
could the following example help ?
dvar float+ x[1..6]; minimize sum(i in 1..6) x[i]; subject to { x[1]+x[2]+x[5]==8; x[3]+x[6]+x[5]==10; -x[1]*x[1]+x[2]*x[2]+x[3]*x[3]<=0; -x[4]*x[4]+x[5]*x[5]<=0; }
regards
Thanks Alex. It goes.