[][src]Type Definition vrp_core::models::problem::TargetObjective

type TargetObjective = Box<dyn Objective<Solution = InsertionContext> + Send + Sync>;

An actual objective on solution type.