[CP-SAT] more work on clause management

This commit is contained in:
Laurent Perron
2023-12-13 16:14:35 +01:00
parent fc87134a22
commit 47306a72ca
10 changed files with 88 additions and 12 deletions

View File

@@ -605,7 +605,7 @@ CutGenerator CreateNoOverlap2dCompletionTimeCutGenerator(
if (rectangles.size() <= 1) continue;
auto generate_cuts = [product_decomposer, manager, model, &rectangles](
const std::string& cut_name,
absl::string_view cut_name,
SchedulingConstraintHelper* x_helper,
SchedulingConstraintHelper* y_helper) {
std::vector<DiffnCtEvent> events;