pub fn simulate<A>(algorithm: A) -> SimulatorBuilderWithAlgorithm<A> where
    A: Algorithm
Expand description

The simulate function creates a new Simulator for the given algorithm::Algorithm.