#include "plot.h" double deterministic_ratio(double R); Plot deterministic_pareto(double R_end, double R_step); double uniform_separated_ratio(double C); void uniform_separated_parameters(double C); Plot uniform_separated_pareto(double C_step); Plot stochastic_lower_bound(double R_end, double R_step); Plot contiguous_pareto(double R_end, double R_step); std::pair,double> separated_consistency(double const R, int n, int iter = 40, double precision = 1e-10, double iter_precision = 1e-6, double ternary_precision = 1e-8); void write_separated_pareto(double R_start, double R_end, double R_step, int n, int iter = 40, double precision = 1e-10, double iter_precision = 1e-6, double ternary_precision = 1e-8);