Skip to content

Commit

Permalink
Option name alias: 'cmp:eps' #102
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Aug 2, 2023
1 parent 3e02be5 commit c4c9093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/mp/flat/redef/MIP/converter_mip.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,9 @@ class MIPFlatConverter
Options options_;

void InitOwnOptions() {
this->GetEnv().AddOption("cvt:mip:eps cvt:cmp:eps",
this->GetEnv().AddOption("cvt:mip:eps cvt:cmp:eps cmp:eps",
"Tolerance for strict comparison of continuous variables for MIP. "
"Applies to <, >, and != operators. "
"Also applies to negation of conditional comparisons: "
"b==1 <==> x<=5 means that with b==0, x>=5+eps. "
"Default: 0.",
Expand Down

0 comments on commit c4c9093

Please sign in to comment.