Skip to content

Commit

Permalink
Update tearingMethod description
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann authored and adrpo committed Jan 16, 2020
1 parent 244a0ca commit 5c06d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMCompiler/Compiler/Util/Flags.mo
Expand Up @@ -876,8 +876,8 @@ constant ConfigFlag DELAY_BREAK_LOOP = CONFIG_FLAG(43, "delayBreakLoop",
constant ConfigFlag TEARING_METHOD = CONFIG_FLAG(44, "tearingMethod",
NONE(), EXTERNAL(), STRING_FLAG("cellier"),
SOME(STRING_DESC_OPTION({
("noTearing", Gettext.gettext("Skip tearing.")),
("minimalTearing", Gettext.gettext("Minimal tearing method based on a brute force approuch.")),
("noTearing", Gettext.gettext("Skip tearing. This breaks models with mixed continuous-integer/boolean unknowns")),
("minimalTearing", Gettext.gettext("Minimal tearing method to only tear discrete variables.")),
("omcTearing", Gettext.gettext("Tearing method developed by TU Dresden: Frenkel, Schubert.")),
("cellier", Gettext.gettext("Tearing based on Celliers method, revised by FH Bielefeld: Täuber, Patrick"))})),

Expand Down

0 comments on commit 5c06d78

Please sign in to comment.