MATLAB: GA does not solve problems with integer and equality constraints.

binary nonlinear problemsequality constraintga

Hi,
I am working on intger (binary) nonlinear problem with (0-1), with equality constraint.
when I used the GA to solve the problem I got the following error:
"GA does not solve problems with integer and equality constraints"
How can I solve this problem, and is there any function in matlab can help or support this kind of problem (integer nonlinear problem with equality constraint)
Thanks,