Solving feasibility problems results an error "Undefined function 'matchpairs' for input arguments of type 'double'." #1354
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You are setting up a nonlinear nonconvex SDP (i.e. basically unsolvable today) and there are no solvers available for this practically. YALMIP has a built-in hack (called Slayer) where it tries to attack the problem using a nonlinear programming approach, and that algorithm uses the function matchpairs which was introduced in a rather recent version of MATLAB. Having said that, Slayer fails to solve the problem when running it here, not too surprisingly |
Beta Was this translation helpful? Give feedback.
-
This comment
Indicates that you don't understand what you are modelling. What does the L stand for... |
Beta Was this translation helpful? Give feedback.
The built-in global solver BMIBNB (with the Slayer framework for the upper bound generation) manages to find a solution though