pub fn create_default_heuristic_operator(
    problem: Arc<Problem>,
    environment: Arc<Environment>
) -> TargetSearchOperator
Expand description

Creates default heuristic operator (ruin and recreate) with default parameters.