Skip to content

WIP: CholmodSolver: Allow to delete and add rows

Allow to update a factorization to the fact that a row/column has been deleted from the matrix. This is useful for TNNMG and active-set methods.

The functionality itself is provided by CHOLMOD, and this patch merely makes it accessible in the interface.

Edited by oliver.sander_at_tu-dresden.de

Merge request reports