Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jun 11, 2020
1 parent b60c721 commit 1d13bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/sat/cp_model_solver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ void SolveCpModelParallel(const CpModelProto& model_proto,
// need to synchronize bounds. Fix, it should be easy to make this number
// adapt dynamically in the SharedBoundsManager.
shared_bounds_manager =
absl::make_unique<SharedBoundsManager>(num_strategies + 2, model_proto);
absl::make_unique<SharedBoundsManager>(num_strategies + 3, model_proto);
}

std::unique_ptr<SharedRelaxationSolutionRepository>
Expand Down

0 comments on commit 1d13bad

Please sign in to comment.