20#ifndef ORES_DQ_GENERATORS_CODING_SCHEME_GENERATOR_HPP
21#define ORES_DQ_GENERATORS_CODING_SCHEME_GENERATOR_HPP
24#include "ores.dq/domain/coding_scheme.hpp"
26namespace ores::dq::generators {
31domain::coding_scheme generate_synthetic_coding_scheme();
36std::vector<domain::coding_scheme>
37generate_synthetic_coding_schemes(std::size_t n);