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