Skip to content

Commit

Permalink
turn checksum off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jan 2, 2024
1 parent 23c771f commit e8af560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/sat/sat_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ABSL_FLAG(std::string, params, "",
ABSL_FLAG(bool, wcnf_use_strong_slack, true,
"If true, when we add a slack variable to reify a soft clause, we "
"enforce the fact that when it is true, the clause must be false.");
ABSL_FLAG(bool, fingerprint_intermediate_solutions, true,
ABSL_FLAG(bool, fingerprint_intermediate_solutions, false,
"Attach the fingerprint of intermediate solutions to the output.");

namespace operations_research {
Expand Down

0 comments on commit e8af560

Please sign in to comment.