Hi, Johan,
I have a model such as :

where S(njat) is a function of variable (njat), when i build this model using Yalmip. some of the constraints description are as follows:
#212| Equality constraint (bilinear) 1x1| 1.0851e-07 to 1|
#317| Equality constraint (sigmonial) 1x1| 1.2057e-08 to 1|
I am not sure what type of this model, so I have tried some solvers such as fmincon. Gurobi, bmibnb, sedumi, all of them cannot give a solution. So I wonder if the model is built incorrect or the solvers are not appropriate.
The code is attached.
Thank you.