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

math library functions not supported #20

Closed svigerske closed 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: ferreau

Original creation time: 2014-07-24 15:08:11

Assignee: ferreau

Version:

If compilation fails because certain mathematical functions such as fmax() or fmin() are not supported, you can uncomment line 52 within <install-dir>/include/qpOASES/Types.hpp to set the __NO_FMATH__ compiler flag and try to compile again.

(changed by ferreau at 2014-07-24 15:09:56)

svigerske commented 4 years ago

Comment by ferreau created at 2014-07-24 15:08:23

Resolution: fixed