22#ifndef OR_TOOLS_UTIL_VECTOR_SUM_H_
23#define OR_TOOLS_UTIL_VECTOR_SUM_H_
25#include "absl/types/span.h"
37inline float VectorSum(absl::Span<const float> values) {
Value VectorSum(absl::Span< const Value > values)
In SWIG mode, we don't want anything besides these top-level includes.
float VectorSum(absl::Span< const float > values)
Computes the sum of values without assuming anything.
float AlignedVectorSum(absl::Span< const float > values)