bugGNU Octave - Bugs: bug #53586, Function qp

 
 

bug #53586: Function qp

Submitter:  None
Submitted:  Sun 08 Apr 2018 04:06:58 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Duplicate Assigned to:  None
Originator Name:  Fred Hoeve Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 08 Apr 2018 10:36:20 PM UTC, comment #1: 

Thank you for your bug report. Fortunately, this bug has already been reported and fixed a year ago, see bug #50067.

The fix for this has already been released in Octave 4.2.1 and 4.2.2.

Please make sure your Octave is up to date.

Mike Miller <mtmiller>
Group Member
Sun 08 Apr 2018 04:06:58 PM UTC, original submission:  

In this function in a previous release the statement:

ctmp = [zeros(n-n_eq, 1); ones(n_in, 1)];

In release 4.2.0 the statement is
   ctmp = [zeros(n, 1); ones(n_in, 1)];

In my m-file this result in an error in glpk in statement
  [nc, nxa] = size (A);
  if (nxa != nx)
    error ("glpk: A must be %d by %d, not %d by %d",
           nc, nx, rows (A), columns (A));
  endif

should in release 4.2.0 the ctmp initialisation the same as in the previous version ?

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-04-08 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code