20#ifndef ORES_DQ_GENERATORS_METHODOLOGY_GENERATOR_HPP
21#define ORES_DQ_GENERATORS_METHODOLOGY_GENERATOR_HPP
24#include "ores.dq/domain/methodology.hpp"
26namespace ores::dq::generators {
31domain::methodology generate_synthetic_methodology();
36std::vector<domain::methodology>
37generate_synthetic_methodologies(std::size_t n);