20#ifndef ORES_DQ_API_GENERATORS_CODING_SCHEME_GENERATOR_HPP
21#define ORES_DQ_API_GENERATORS_CODING_SCHEME_GENERATOR_HPP
24#include "ores.dq.api/domain/coding_scheme.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::dq::generators {
32domain::coding_scheme generate_synthetic_coding_scheme(
33 utility::generation::generation_context& ctx);
38std::vector<domain::coding_scheme>
39generate_synthetic_coding_schemes(std::size_t n,
40 utility::generation::generation_context& ctx);