Skip to content

Deterministic optimization is feasible, but the YALMIP robustification module is infeasible. #1326

Discussion options

You must be logged in to vote

It's simply not feasible. The last row is far from being possible to satisfy as a simple slack will reveal

s = sdpvar(3,1)
Constraints = [Constraints , sum(x)' >= d_ + g*d_wave-s];
optimize([Constraints, G,s>=0],sum(s))
>> value(s)

ans =

     0
     0
   120

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
4 replies
@HBA-scu
Comment options

@HBA-scu
Comment options

@johanlofberg
Comment options

@HBA-scu
Comment options

Answer selected by HBA-scu
Comment options

You must be logged in to vote
4 replies
@johanlofberg
Comment options

@HBA-scu
Comment options

@johanlofberg
Comment options

@HBA-scu
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