#include <qpOASES_e/Options.h>
Go to the source code of this file.
Functions | |
returnValue | Options_ensureConsistency (Options *_THIS) |
returnValue | Options_print (Options *_THIS) |
returnValue | Options_setToDefault (Options *_THIS) |
returnValue | Options_setToFast (Options *_THIS) |
returnValue | Options_setToMPC (Options *_THIS) |
returnValue | Options_setToReliable (Options *_THIS) |
BEGIN_NAMESPACE_QPOASES void | OptionsCON (Options *_THIS) |
void | OptionsCPY (Options *FROM, Options *TO) |
Implementation of the Options class designed to manage working sets of constraints and bounds within a QProblem.
Definition in file Options.c.
returnValue Options_ensureConsistency | ( | Options * | _THIS | ) |
Ensures that all options have consistent values by automatically adjusting inconsistent ones. Note: This routine cannot (and does not try to) ensure that values are set to reasonable values that make the QP solution work!
returnValue Options_print | ( | Options * | _THIS | ) |
returnValue Options_setToDefault | ( | Options * | _THIS | ) |
returnValue Options_setToFast | ( | Options * | _THIS | ) |
returnValue Options_setToMPC | ( | Options * | _THIS | ) |
returnValue Options_setToReliable | ( | Options * | _THIS | ) |
BEGIN_NAMESPACE_QPOASES void OptionsCON | ( | Options * | _THIS | ) |