Skip to content

Solving feasibility problems results an error "Undefined function 'matchpairs' for input arguments of type 'double'." #1354

Discussion options

You must be logged in to vote

The built-in global solver BMIBNB (with the Slayer framework for the upper bound generation) manages to find a solution though

>> sol = optimize(Constraints, gamma, options);
* Starting YALMIP global branch & bound.
* Upper solver     : fmincon
* Lower solver     : MOSEK
* LP solver        : GUROBI
* -Extracting bounds from model
* -Perfoming root-node bound propagation
* -Calling upper solver (no solution found)
* -Branch-variables : 18
* -More root-node bound-propagation
* -Performing LP-based bound-propagation 
* -And some more root-node bound-propagation
* Warning: 14 branch variables are unbounded from below
* Warning: 17 branch variables are unbounded from above
* Starting the b&b p…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@johanlofberg
Comment options

Answer selected by panqiincs
Comment options

You must be logged in to vote
1 reply
@panqiincs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants