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

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

An actual objective on solution type.