Trait coupe::KkWeight

source ·
pub trait KkWeightwhere
    Self: Zero + Ord + Sub<Output = Self> + SubAssign + Copy,{ }
Expand description

Trait alias for values accepted as weights by KarmarkarKarp.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> KkWeight for Twhere Self: Zero + Ord + Sub<Output = Self> + SubAssign + Copy,