Skip to content

Commit

Permalink
- fix last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 29, 2012
1 parent bd6905c commit 709c8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Util/Flags.mo
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,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 @@ -578,7 +578,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 Down

0 comments on commit 709c8f2

Please sign in to comment.