pub fn get_static_heuristic_from_heuristic_group(
    problem: Arc<Problem>,
    environment: Arc<Environment>,
    heuristic_group: TargetHeuristicGroup
) -> StaticSelective<RefinementContext, GoalContext, InsertionContext>
Expand description

Gets static heuristic using heuristic group.