14 enum :
int { None, Nice, MinExtraRoom, MaxExtraRoom };
16 static std::array<double, 2> min_max(
const std::vector<double> &values,
19 static std::array<double, 2>
20 min_max(
const std::vector<std::vector<double>> &values,
int flags = None);
22 static std::array<double, 2>
23 min_max(
const std::vector<std::vector<std::pair<double, double>>> &values,
27 static void nice(std::array<double, 2> &min_max,
int flags = None);