diff --git a/apps/solver/equation_store.cpp b/apps/solver/equation_store.cpp index 54fe8caf8..6052cf424 100644 --- a/apps/solver/equation_store.cpp +++ b/apps/solver/equation_store.cpp @@ -188,7 +188,7 @@ EquationStore::Error EquationStore::resolveLinearSystem(Expression exactSolution Ab.setDimensions(m, n+1); // Compute the rank of (A | b) - int rankAb = Ab.rank(*context, angleUnit); + int rankAb = Ab.rank(*context, angleUnit, true); // Initialize the number of solutions m_numberOfSolutions = INT_MAX;