53 absl::Span<const IntegerValue> coeffs, IntegerValue lb,
55 std::vector<std::vector<std::pair<glop::RowIndex, IntegerValue>>>
68 std::vector<std::pair<glop::RowIndex, IntegerValue>>
multipliers;
101 const double kSlackThreshold = 0.5;
102 const int kMaxAggregationSize = 100;
107 const int kMaxInputConstraintSize = 100;
108 const double kMaxInputConstraintMagnitude = 1e6;
111 std::vector<double> lp_values_;
112 std::vector<double> shifted_lp_values_;
113 std::vector<int> bound_parity_;
119 std::vector<CombinationOfRows> rows_;
120 std::vector<std::vector<int>> col_to_rows_;
121 std::vector<int> singleton_cols_;
124 std::vector<bool> tmp_marked_;