[CP-SAT] more work on no_overlap_2d; revisit all includes

This commit is contained in:
Laurent Perron
2024-12-04 17:47:10 +01:00
parent 873e0b47f8
commit dba2281f13
177 changed files with 973 additions and 582 deletions

View File

@@ -23,7 +23,6 @@
#include "ortools/sat/model.h"
#include "ortools/sat/sat_base.h"
#include "ortools/sat/sat_solver.h"
#include "ortools/util/strong_integers.h"
namespace operations_research {
namespace sat {