Skip to content

Commit

Permalink
- fix commit r13617
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 25, 2012
1 parent ffb96c8 commit 2075575
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Compiler/Util/Flags.mo
Expand Up @@ -552,7 +552,7 @@ constant ConfigFlag CHEAPMATCHING_ALGORITHM = CONFIG_FLAG(13, "cheapmatchingAlgo
("3", Util.gettext("Random Karp-Sipser: R. M. Karp and M. Sipser. Maximum matching in sparse random graphs."))})),
Util.gettext("Sets the cheap matching algorithm to use. A cheap matching algorithm gives a jump start matching by heuristics."));
constant ConfigFlag MATCHING_ALGORITHM = CONFIG_FLAG(14, "matchingAlgorithm",
NONE(), EXTERNAL(), STRING_FLAG("PFPlusExt"),
NONE(), EXTERNAL(), STRING_FLAG("omc"),
SOME(STRING_DESC_OPTION({
("omc", Util.gettext("Depth First Search based Algorithm with simple Look Ahead Feature")),
("BFSB", Util.gettext("Breath First Search based Algorithm")),
Expand All @@ -575,7 +575,7 @@ constant ConfigFlag MATCHING_ALGORITHM = CONFIG_FLAG(14, "matchingAlgorithm",
("PRExt", Util.gettext("matching algorithm using push relabel mechanism external c implementation"))})),
Util.gettext("Sets the matching algorithm to use. See +help=optmodules for more info."));
constant ConfigFlag INDEX_REDUCTION_METHOD = CONFIG_FLAG(15, "indexReductionMethod",
NONE(), EXTERNAL(), STRING_FLAG("dynamicStateSelection"),
NONE(), EXTERNAL(), STRING_FLAG("dummyDerivative"),
SOME(STRING_DESC_OPTION({
("dummyDerivative", Util.gettext("simple index reduction method, select dummy states based on heuristics")),
("dynamicStateSelection", Util.gettext("simple index reduction method, select (dynamic) dummy states based on analysis of the system"))})),
Expand All @@ -585,7 +585,6 @@ constant ConfigFlag POST_OPT_MODULES = CONFIG_FLAG(16, "postOptModules",
// "relaxSystem",
"removeFinalParameters",
"removeevaluateParameters",
"removeSimpleEquations",
"inlineArrayEqn",
"constantLinearSystem",
"simplifysemiLinear",
Expand Down

0 comments on commit 2075575

Please sign in to comment.