Skip to content

Commit 6af5617

Browse files
committed
Fix default flag in examples/cpp/magic_sequence_sat.cc
1 parent 97df7cd commit 6af5617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cpp/magic_sequence_sat.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "ortools/sat/cp_model.h"
3333

3434
ABSL_FLAG(int, size, 50, "Size of the problem.");
35-
ABSL_FLAG(std::string, params, "log_search_progress:true,num_search_workers:8",
35+
ABSL_FLAG(std::string, params, "log_search_progress:true,num_workers:8",
3636
"Sat parameters.");
3737

3838
namespace operations_research {

0 commit comments

Comments
 (0)