octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #36015] unexpected sqp error


From: Rik
Subject: [Octave-bug-tracker] [bug #36015] unexpected sqp error
Date: Mon, 13 Mar 2017 01:58:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #6, bug #36015 (project octave):

@Ben: Could you re-test your example from comment #4 on a current tip?  It
seems to work for me without any modification.

I think the original demonstration code from an e-mail to jwe contains an
error.  The qp function is invoked as


x=sqp(x0,jj,@cef,@cif,lb,ub)


But the documentation is


-- [X, OBJ, INFO, LAMBDA] = qp (X0, H)
-- [X, OBJ, INFO, LAMBDA] = qp (X0, H, Q)
-- [X, OBJ, INFO, LAMBDA] = qp (X0, H, Q, A, B)
-- [X, OBJ, INFO, LAMBDA] = qp (X0, H, Q, A, B, LB, UB)
-- [X, OBJ, INFO, LAMBDA] = qp (X0, H, Q, A, B, LB, UB, A_LB, A_IN, A_UB)


I don't see a 6-input calling form which makes me think the example itself is
bad rather than Octave.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36015>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]