.. _program_listing_file_src_partition_refine_pipeline_StrategyPlanner.h: Program Listing for File StrategyPlanner.h ========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/partition/refine/pipeline/StrategyPlanner.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef PARTITION_REFINE_PIPELINE_STRATEGYPLANNER_H_ #define PARTITION_REFINE_PIPELINE_STRATEGYPLANNER_H_ #include "refine/core/RefineTypes.h" class StrategyPlanner { public: static void setStrategyByString(const string &strategy, StrategyPlan &plan); static void setStrategy(int offset, const string &default_choice, const vector &enable_choices, StrategyPlan &plan); }; #endif