[CP-SAT] improve presolve for affine_max, improve work sharing; improved linear code
This commit is contained in:
committed by
Corentin Le Molgat
parent
f5d662c029
commit
fa2473affe
@@ -248,7 +248,7 @@ struct PairwiseRestriction {
|
||||
// Find pair of items that are either in conflict or could have their range
|
||||
// shrinked to avoid conflict.
|
||||
void AppendPairwiseRestrictions(
|
||||
const std::vector<ItemForPairwiseRestriction>& items,
|
||||
absl::Span<const ItemForPairwiseRestriction> items,
|
||||
std::vector<PairwiseRestriction>* result);
|
||||
|
||||
// Same as above, but test `items` against `other_items` and append the
|
||||
|
||||
Reference in New Issue
Block a user