RewriteExterns

Trait RewriteExterns 

Source
pub trait RewriteExterns {
    // Required methods
    fn deg_ge(&self, v: VertexId, k: u32) -> bool;
    fn edge_count_nonincreasing(&self, g0: &GraphRef, g1: &GraphRef) -> bool;
    fn custom_measure(&self, name: &str, args: &[Value]) -> f64;
}
Expand description

外部関数インターフェース

Required Methods§

Source

fn deg_ge(&self, v: VertexId, k: u32) -> bool

Source

fn edge_count_nonincreasing(&self, g0: &GraphRef, g1: &GraphRef) -> bool

Source

fn custom_measure(&self, name: &str, args: &[Value]) -> f64

Implementors§