coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
376 stars 127 forks source link

Python interface, "computation time" is not written by the solver #33

Closed svigerske closed 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: andrea.delprete

Original creation time: 2015-01-14 09:39:01

Assignee: ferreau

Version: 3.0.1

It seems that when using qpOases through the python interface it is not possible to get the computation time taken by the solver as output. The variable computationTime that typically acts both as input and output variable, seems to work only as input. Additional information: exact version number of your qpOASES release: 3.0.1 (SVN trunk Rev 97) name and version of your operating system: Ubuntu 12.04

svigerske commented 4 years ago

Comment by ferreau created at 2015-01-20 09:31:37

This has been fixed in revision 110 in trunk; fix will become part of release 3.1. See also Ticket #32.

svigerske commented 4 years ago

Comment by ferreau created at 2015-01-20 09:31:37

Changing assignee from ferreau to mkudruss.

svigerske commented 4 years ago

Comment by ferreau created at 2015-01-20 09:31:49

Resolution: fixed

svigerske commented 4 years ago

Comment by ferreau created at 2015-01-20 09:32:46

Changing type from user support to feature request.