This is in relation to #618.
My linear solver requires the augmented system in CSR format. In the class that inherits from SparseSymLinearSolverInterface, I declared that I require the CSR_Format_0_Offset format. However, IPOPT returned the upper triangle of the augmented system, not the lower triangle as documented.
Is this an error in the documentation? It could be fixed by changing "CSR" to "CSC" everywhere in the docs :-), but it doesn't seem that that's what the authors intended.
Thanks!