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

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

[Octave-bug-tracker] [bug #53586] Function qp


From: anonymous
Subject: [Octave-bug-tracker] [bug #53586] Function qp
Date: Sun, 8 Apr 2018 12:07:00 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?53586>

                 Summary: Function qp
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 08 Apr 2018 04:06:58 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Fred Hoeve
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

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 ?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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