Trait zero_sum::analysis::Extrapolatable [] [src]

pub trait Extrapolatable<P> where P: Ply {
    fn extrapolate(&self) -> Vec<P>;
}

Provides the possible plies from a given state.

Required Methods

Returns a list of plies that should be considered from the current state. The search system does not assume that all plies returned are correct.

Implementors