Skip to content

Commit

Permalink
- improve dynamic state selection, use both strategies, if the first …
Browse files Browse the repository at this point in the history
…fails try the second

- get rid of the wanrings when build bootstrapped compiler
- add some comments

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jan 3, 2013
1 parent f3e8ee3 commit f20ce37
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 788 deletions.
3 changes: 2 additions & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -9663,7 +9663,8 @@ algorithm
case (clst::rest,_,_,_,_,_,_,_)
equation
elst = List.map1r(clst,arrayGet,mapIncRowEqn);
e::{} = List.fold2(elst,uniqueIntLst,mark,columark,{});
elst = List.fold2(elst,uniqueIntLst,mark,columark,{});
{e} = elst;
e = eindxarr[e];
vlst = List.map1r(clst,arrayGet,ass2);
vlst = List.map1r(vlst,arrayGet,varindxarr);
Expand Down

0 comments on commit f20ce37

Please sign in to comment.