I have a problem which has a non-convex equality constraint. The constraints are quadratic/ bilinear in nature. Along with these, I have an LMI constraint as well.
I tried solving them using BMIBNB but it gives an error of no suitable solver. It solves the non-convex problem and LMI individually but not together.
Can I solve them together using YALMIP?
if yes then,
Which solver combination I should be using?
PS: I am aware of the limitations of a global solver. Yet I am looking for a feasible solution with a finite optimality gap.