TlpLDLFactorizations
Tulip.KKT.TlpLDLFactorizations.Backend
— TypeTulip.KKT.TlpLDLFactorizations.LDLFactSolver
— TypeLDLFactSolver{T,S<:AbstractKKTSystem}
LDLFactorizations.jl
-based KKT solver.
Supported arithmetics
- All arithmetics are supported
Supported systems
K2
via $LDLᵀ$ factorization
Examples
To solve the augmented system with LDLFactorizations' $LDL^{T}$ factorization:
set_parameter(tlp_model, "KKT_Backend", Tulip.KKT.TlpLDLFact.Backend())
set_parameter(tlp_model, "KKT_System", Tulip.KKT.K2())