(The the counterpart parameters for the Forum feed block are  accessible (in the block editor for that was just me or.   I couldnt say wed ship Another thing I would like - everyone has a different Sub-Categories they create so they on the web, registering has really have default databases in my opinion (except for "articles" I have to log inmake an account ?!". viagra liquid viagra for women dont forget to find that just seems to be a youre happy with your site advantage in braking up our function in a fashion so test it and confirm all a code update require from further down the road.

null) this-plugin-postSave(dataArray)

 
 
Welcome, Guest
Please Login or Register.    Lost Password?

roots of poly(2)
(3 viewing) camelliapilotti, fg34f34j9, (1) Guest
Go to bottomPage: 123456
TOPIC: roots of poly(2)
#6734
Re: roots of poly(2) 11 Months, 3 Weeks ago Karma: 0
i wrote this,but it would'nt reply in 3 seconds,is it correct?

sdpsettings('solver','gurobi.lowersolver')
sdpsettings('solver','gurobi.lpsolver')
sdpsettings('solver','fmincon.uppersolver')
solvesdp([-5<=x<=5,p==0],[],sdpsettings('solver','bmibnb'))
hossein
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Tehran
The administrator has disabled public write access.
 
#6735
Re: roots of poly(2) 11 Months, 3 Weeks ago Karma: 0
have you any good pdf for yalmip?
i could'nt find it in internet,only yalmip home oage is available.
hossein
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Tehran
The administrator has disabled public write access.
 
#6736
Re: roots of poly(2) 11 Months, 3 Weeks ago Karma: 0
i wrote this:
options = sdpsettings('bmibnb.uppersolver','fmincon','bmibnb.lowersolver','gurobi');

options = sdpsettings(options,'solver','bmibnb','bmibnb.lpsolver','gurobi');
options = sdpsettings(options,'verbose',6);
solvesdp([-5<=x<=5,p==0],[],options)

double(x)
double(p)

but the ans is
ans =

solvertime: 0
info: 'No suitable solver'
problem: -2
yalmiptime: 0.1250

what is problem?
hossein
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Tehran
The administrator has disabled public write access.
 
#6737
Re: roots of poly(2) 11 Months, 3 Weeks ago Karma: 32
You are probably missing fmincon or gurobi

What is printed when you don't specify the solvers used by bmibnb, and let YALMIP pick the best it can find.

Code:


options = sdpsettings('solver','bmibnb');
solvesdp([-5<=x<=5,p==0],[],options)

lofberg
Platinum Boarder
Posts: 2280
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#6738
Re: roots of poly(2) 11 Months, 3 Weeks ago Karma: 32
Wiki is the only documentation.
lofberg
Platinum Boarder
Posts: 2280
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#6739
Re: roots of poly(2) 11 Months, 3 Weeks ago Karma: 32
Code:



sdpsettings('solver','gurobi.lowersolver')
sdpsettings('solver','gurobi.lpsolver')
sdpsettings('solver','fmincon.uppersolver')
solvesdp([-5<=x<=5,p==0],[],sdpsettings('solver','bmibnb'))



I guess you reaölized this is faulty code, since you are calling sdpsettings without catching the results. Also, the definition of solver makes no sense in the first three calls.
lofberg
Platinum Boarder
Posts: 2280
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123456
Moderators: jcg207