[][src]Trait graph_neighbor_matching::NodeColorWeight

pub trait NodeColorWeight {
    fn node_color_weight(&self) -> f32;
}

Required methods

fn node_color_weight(&self) -> f32

Loading content...

Implementations on Foreign Types

impl NodeColorWeight for f32[src]

Loading content...

Implementors

Loading content...