[CP-SAT] polish no_overlap presolve; add LinearExpr.Affine() API in java/C#; tweak LinearExpr C++ API
This commit is contained in:
@@ -122,9 +122,8 @@ void ConstructOverlappingSets(bool already_sorted,
|
||||
|
||||
// Given n intervals, returns the set of connected components (using the overlap
|
||||
// relation between 2 intervals).
|
||||
void ConstructNonOverlappingSets(bool already_sorted,
|
||||
std::vector<IndexedInterval>* intervals,
|
||||
std::vector<std::vector<int>>* result);
|
||||
void GetOverlappingIntervalComponents(std::vector<IndexedInterval>* intervals,
|
||||
std::vector<std::vector<int>>* result);
|
||||
|
||||
} // namespace sat
|
||||
} // namespace operations_research
|
||||
|
||||
Reference in New Issue
Block a user