From: Ayman Malek on
Hi there,
I have a binary programming optimization problem with a nonlinear constraint. Can I use matlab's optimization toolbox to solve it?

The constraint is in the form:
c = ((1-0.99*x(1))*(1-0.999*x(2))*(1-0.999*x(3)));


Cheers,
Ayman.