Skip to content
Snippets Groups Projects

Apply per-direction weights in constraints

Merged Andre Offringa requested to merge dd-solution-weights into master
Files
11
@@ -109,7 +109,7 @@ class Constraint {
* If set, the normal weights are not used.
*/
virtual void SetSolutionWeights(
std::vector<std::vector<double>> solution_weights) {}
const std::vector<std::vector<double>>& solution_weights) {}
virtual void GetTimings([[maybe_unused]] std::ostream& os,
[[maybe_unused]] double duration) const {}
Loading