pub type InitialOperators<C, O, S> = Vec<(Box<dyn InitialOperator<Context = C, Objective = O, Solution = S> + Send + Sync>, usize)>;Expand description
A collection of initial operators.
Aliased Typeยง
pub struct InitialOperators<C, O, S> { /* private fields */ }