14#ifndef OR_TOOLS_MATH_OPT_LABS_DUALIZER_H_
15#define OR_TOOLS_MATH_OPT_LABS_DUALIZER_H_
20#include "absl/types/span.h"
47 absl::Span<
const std::pair<LinearExpression, Variable>>
48 uncertain_coefficients,
void AddRobustConstraint(const Model &uncertainty_model, const Variable rhs, absl::Span< const std::pair< LinearExpression, Variable > > uncertain_coefficients, Model &main_model)
In SWIG mode, we don't want anything besides these top-level includes.