| 591 | } |
| 592 | |
| 593 | void SeqModifierForSublinearMemory::ActionSearcherSingleCN::invoke_search( |
| 594 | size_t thresh) { |
| 595 | m_futures.emplace_back(m_par_modifier->m_planner_thread_pool.launch( |
| 596 | &ActionSearcherSingleCN::do_search_update_thresh, this, thresh)); |
| 597 | } |
| 598 | |
| 599 | void SeqModifierForSublinearMemory::ActionSearcherSingleCN::invoke_search( |
| 600 | SplitPointSet&& split_point_set) { |
nothing calls this directly
no test coverage detected