Type Alias vrp_core::solver::DynTermination

source ·
pub type DynTermination = dyn Termination<Context = RefinementContext, Objective = GoalContext> + Send + Sync;
Expand description

A type alias for domain specific termination type.