Skip to content
Snippets Groups Projects
Commit b47ae440 authored by andreadelprete's avatar andreadelprete
Browse files

[test hqp solver] Change number of equality constraints from 18 to 36 to match...

[test hqp solver] Change number of equality constraints from 18 to 36 to match size of problem on HRP-2
parent 40129ed2
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ BOOST_AUTO_TEST_CASE ( test_eiquadprog_classic_vs_rt_vs_fast)
const unsigned int nTest = 100;
#endif
const unsigned int n = 60;
const unsigned int neq = 18;
const unsigned int neq = 36;
const unsigned int nin = 40;
const double damping = 1e-10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment