14#ifndef ORTOOLS_MATH_OPT_CPP_STATISTICS_H_
15#define ORTOOLS_MATH_OPT_CPP_STATISTICS_H_
27using Range = std::pair<double, double>;
ModelRanges ComputeModelRanges(const Model &model)
std::ostream & operator<<(std::ostream &ostr, const SecondOrderConeConstraint &constraint)
std::pair< double, double > Range
std::optional< Range > variable_bounds
std::optional< Range > linear_constraint_bounds
std::optional< Range > objective_terms
std::optional< Range > linear_constraint_coefficients