@@ -86,6 +86,7 @@ protected import OnRelaxation;
8686protected import RemoveSimpleEquations ;
8787protected import SCode ;
8888protected import System ;
89+ protected import Tearing ;
8990protected import Types ;
9091protected import Values ;
9192
@@ -8571,7 +8572,6 @@ algorithm
85718572 (BackendDAEOptimize . removeUnusedParameter,"removeUnusedParameter" ,false ),
85728573 (BackendDAEOptimize . removeUnusedVariables,"removeUnusedVariables" ,false ),
85738574 (BackendDAEOptimize . constantLinearSystem,"constantLinearSystem" ,false ),
8574- (BackendDAEOptimize . tearingSystemNew,"tearingSystem" ,false ),
85758575 (OnRelaxation . relaxSystem,"relaxSystem" ,false ),
85768576 (BackendDAEOptimize . removeevaluateParameters,"removeevaluateParameters" ,false ),
85778577 (BackendDAEOptimize . countOperations,"countOperations" ,false ),
@@ -8586,7 +8586,8 @@ algorithm
85868586 (BackendDAEOptimize . removeConstants,"removeConstants" ,false ),
85878587 (BackendDAEOptimize . optimizeInitialSystem,"optimizeInitialSystem" ,false ),
85888588 (BackendDAEOptimize . detectSparsePatternODE,"detectJacobianSparsePattern" ,false ),
8589- (BackendDAEOptimize . partitionIndependentBlocks, "partitionIndependentBlocks" , true )
8589+ (BackendDAEOptimize . partitionIndependentBlocks, "partitionIndependentBlocks" , true ),
8590+ (Tearing . tearingSystem, "tearingSystem" , false )
85908591 };
85918592 strPastOptModules := getPastOptModulesString();
85928593 strPastOptModules := Util . getOptionOrDefault(ostrPastOptModules,strPastOptModules);
0 commit comments