Skip to content

Commit

Permalink
Sol check: default mode 1+2+512 #200
Browse files Browse the repository at this point in the history
Exclude low-level solver-side constraints
  • Loading branch information
glebbelov committed Jan 15, 2024
1 parent 6d08b11 commit edeed96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mp/flat/converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ class FlatConverter :

int relax_ = 0;

int solcheckmode_ = 1+2+8+512;
int solcheckmode_ = 1+2+512;
bool solcheckinfeas_ = false;
bool solcheckfail_ = false;
double solfeastol_ = 1e-6;
Expand Down Expand Up @@ -1109,7 +1109,7 @@ class FlatConverter :
" applied by the solver when computing "
" expression values.\n"
"\n"
"Default: 1+2+8+512.",
"Default: 1+2+512.",
options_.solcheckmode_, 0, 1023);
GetEnv().AddOption("sol:chk:feastol sol:chk:eps chk:eps chk:feastol",
"Absolute tolerance to check objective values, variable "
Expand Down

0 comments on commit edeed96

Please sign in to comment.