Trait argmin::ArgminCostValue [] [src]

pub trait ArgminCostValue: Bounded + ToPrimitive + Copy + Default + PartialOrd { }

Trait for cost function values TODO: Do this with trait aliases once they work in rust.

Implementors