Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bin/simplex.ml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ let speclist =
("-v", Set Params.verbose, "verbose mode");
("-vv", Set Params.debug, "debug mode");
("-q", Set Params.quiet, "quiet mode");
("--rule", Set_string Params.rule, "What rule is to be used");
( "--rule",
Set_string Params.rule,
"Pivot rule: bland (default, anti-cycling), dantzig (most positive \
reduced cost), steepest (steepest-edge approximation, usually fewest \
pivots), max, or myrule" );
("-ez", Set Params.ez, "easy printing of tableau");
("-t", Set Params.time, "Show timing insted of calcul result. Imply quiet");
]
Expand Down
Loading
Loading