pub type TargetSearchOperator = Arc<dyn HeuristicSearchOperator<Context = RefinementContext, Objective = GoalContext, Solution = InsertionContext> + Send + Sync>;
Expand description

A type for domain specific heuristic operator.

Aliased Type§

struct TargetSearchOperator { /* private fields */ }