You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EquationArray removedEqs "these are equations that cannot solve for a variable. for example assertions, external function calls, algorithm sections without effect" ;
Debug.fcall(Flags.DUMP_BACKENDDAE_INFO,print,"No. of Equations: "+& intString(BackendDAEUtil.equationSize(eqnarr)) +&"\nNo. of Variables: "+& intString(BackendVariable.varsSize(vars_1)) +&"\n");
128
131
Debug.execStat("generate Backend Data Structur",BackendDAE.RT_CLOCK_EXECSTAT_BACKEND_MODULES);
@@ -1990,12 +1993,14 @@ algorithm
1990
1993
BackendDAE.Matching matching;
1991
1994
DAE.FunctionTree funcs;
1992
1995
BackendDAE.SymbolicJacobians symjacs;
1993
-
case (BackendDAE.EQSYSTEM(vars,eqns,m,mT,matching),shared as BackendDAE.SHARED(knvars,exobj,av,inieqns,remeqns,constrs,funcs,einfo,eoc,btp,symjacs))
1996
+
Env.Cache cache;
1997
+
Env.Env env;
1998
+
case (BackendDAE.EQSYSTEM(vars,eqns,m,mT,matching),shared as BackendDAE.SHARED(knvars,exobj,av,inieqns,remeqns,constrs,cache,env,funcs,einfo,eoc,btp,symjacs))
case (BackendDAE.EQSYSTEM(vars,eqns,m,mT,matching),BackendDAE.SHARED(knvars,exobj,av,inieqns,remeqns,constrs,funcs,einfo as BackendDAE.EVENT_INFO(zeroCrossingLst=zero_crossings,whenClauseLst=whenclauses),eoc,btp,symjacs))
2284
+
Env.Cache cache;
2285
+
Env.Env env;
2286
+
case (BackendDAE.EQSYSTEM(vars,eqns,m,mT,matching),BackendDAE.SHARED(knvars,exobj,av,inieqns,remeqns,constrs,cache,env,funcs,einfo as BackendDAE.EVENT_INFO(zeroCrossingLst=zero_crossings,whenClauseLst=whenclauses),eoc,btp,symjacs))
0 commit comments