Skip to content

Commit

Permalink
- attempt disable dynamic state selction in dyn. optmization
Browse files Browse the repository at this point in the history
- cosmetic changes in IndexReduction.mo
 - using for loop construct
- scale heutistic in IndexReduction for StateSelection
  • Loading branch information
vruge committed May 27, 2015
1 parent 537d965 commit 3828ff1
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 442 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/DynamicOptimization.mo
Expand Up @@ -88,6 +88,7 @@ algorithm

if not inOptimicaFlag then
Flags.setConfigEnum(Flags.GRAMMAR, Flags.OPTIMICA);
Flags.setConfigBool(Flags.DSIABLE_DSS, true);
end if;

(mayer,lagrange,startTimeE,finalTimeE) := match(inClassAttr)
Expand Down

0 comments on commit 3828ff1

Please sign in to comment.