20#ifndef ORES_SYNTHETIC_GENERATORS_CATALOG_GENERATOR_HPP
21#define ORES_SYNTHETIC_GENERATORS_CATALOG_GENERATOR_HPP
24#include "ores.dq/domain/catalog.hpp"
26namespace ores::synthetic::generators {
34dq::domain::catalog generate_synthetic_catalog();
42std::vector<dq::domain::catalog>
43generate_synthetic_catalogs(std::size_t n);