Type Alias vrp_core::solver::GreedyPopulation

source ·
pub type GreedyPopulation = Greedy<GoalContext, InsertionContext>;
Expand description

A type for greedy population.

Aliased Type§

struct GreedyPopulation { /* private fields */ }