From 84e9d26c4dc912e77e2caa2405729ca492afdbc8 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Tue, 24 Mar 2026 18:51:12 +0530 Subject: [PATCH] feat: enable inline linear SCCs by default --- lib/ModelingToolkitTearing/src/reassemble.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ModelingToolkitTearing/src/reassemble.jl b/lib/ModelingToolkitTearing/src/reassemble.jl index 27fd719..cd5e876 100644 --- a/lib/ModelingToolkitTearing/src/reassemble.jl +++ b/lib/ModelingToolkitTearing/src/reassemble.jl @@ -1038,7 +1038,7 @@ $TYPEDFIELDS handled using inline linear solves via `LinearSolve.jl`. By default, such SCCs generate algebraic equations. """ - inline_linear_sccs::Bool = false + inline_linear_sccs::Bool = true """ If `inline_linear_sccs == true`, this is the maximum size of a system of linear equations which is solved symbolically rather than using `LinearSolve.jl`.