Searched refs:DYNAMIC_PROGRAMMING (Results 1 – 3 of 3) sorted by relevance
34 std::vector<std::string> STRATEGY_SEARCH_MODE_LIST = {DYNAMIC_PROGRAMMING, RECURSIVE_PROGRAMMING};69 strategy_search_mode_ = DYNAMIC_PROGRAMMING; in Reset()
43 constexpr char DYNAMIC_PROGRAMMING[] = "dynamic_programming"; variable
76 …if ((strategy_search_mode != DYNAMIC_PROGRAMMING) && (strategy_search_mode != RECURSIVE_PROGRAMMIN… in StepAutoParallel()78 strategy_search_mode = DYNAMIC_PROGRAMMING; in StepAutoParallel()111 if (strategy_search_mode == DYNAMIC_PROGRAMMING) { in StepAutoParallel()