Skip to content

Commit

Permalink
Synonym cvt:writegraph #232
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Mar 21, 2024
1 parent 92722aa commit 3ab1ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mp/flat/converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ class FlatConverter :
/// Should be called after adding all constraint keepers
FlatModel::ConsiderAcceptanceOptions(*this, GetModelAPI(), GetEnv());

GetEnv().AddStoredOption("tech:writegraph writegraph exportgraph",
GetEnv().AddStoredOption("tech:writegraph cvt:writegraph writegraph exportgraph",
"File to export conversion graph. Format: JSON Lines.",
options_.file_graph_export_);
GetEnv().AddOption("cvt:pre:all",
Expand Down

0 comments on commit 3ab1ab6

Please sign in to comment.