39 #include <qpOASES.hpp> 44 int main(
int argc,
char *argv[] )
63 real_t maxStationarity = 0.0, maxFeasibility = 0.0, maxComplementarity = 0.0;
66 char problem[] =
"HS268";
71 fprintf(
stdFile,
"%-10s ", problem);
74 snprintf(oqpProblem,
MAX_STRING_LENGTH,
"../testing/cpp/data/problems/%s/", problem);
79 nWSR, maxCPUtime, maxStationarity, maxFeasibility, maxComplementarity
89 printf(
"stat: %e\n", maxStationarity );
90 printf(
"feas: %e\n", maxFeasibility );
91 printf(
"cmpl: %e\n", maxComplementarity );
#define USING_NAMESPACE_QPOASES
returnValue setToDefault()
Allows to pass back messages to the calling function.
Provides a generic way to set and pass user-specified options.
#define QPOASES_TEST_FOR_TOL(x, tol)
const uint_t MAX_STRING_LENGTH
int main(int argc, char *argv[])
#define QPOASES_TEST_FOR_TRUE(x)