qp() in Octave 3.0.0 returns result egregiously violating input constraints

Gabriele Pannocchia g.pannocchia at ing.unipi.it
Sun Apr 6 16:11:06 CDT 2008


> oppps ... sorry, I have no idea how to determine that. How might that  
> be done?

Put a keyboard command in qp.m before line 273, i.e. right before the
"__qp__" call and check:
norm(A*x0-b)  
(which should be small)
all(Ain*x0 > bin-tol)   
which should be 1 (these are all inequality constraints in the form
required by __qp__)

Gabriele



More information about the Bug-octave mailing list