updated with current constructor whch needs number of iterations
parent
3142f0a9a7
commit
6b2b96ca2a
|
|
@ -176,7 +176,7 @@ TEST(QPSolver, iterate) {
|
|||
LinearInequalityFactorGraph workingSet =
|
||||
solver.identifyActiveConstraints(qp.inequalities, currentSolution);
|
||||
|
||||
QPState state(currentSolution, VectorValues(), workingSet, false);
|
||||
QPState state(currentSolution, VectorValues(), workingSet, false, 100);
|
||||
|
||||
int it = 0;
|
||||
while (!state.converged) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue