Docs.rs
  • networkit-rs-0.1.0
    • networkit-rs 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zh217
    • Dependencies
      • cxx ^1.0 normal
      • miette ^5.5.0 normal
      • openmp-sys ^1.2.3 normal
      • cmake ^0.1.49 build
      • cxx-build ^1.0 build
      • miette ^5 build
    • Versions
    • 0% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

networkit_rs0.1.0

DynAlgorithm

Required Methods

  • update
  • update_batch

Implementors

In networkit_rs::base

networkit_rs::base

Trait DynAlgorithm

Source
pub trait DynAlgorithm {
    // Required methods
    fn update(&mut self, e: GraphEvent);
    fn update_batch(&mut self, es: &[GraphEvent]);
}

Required Methods§

Source

fn update(&mut self, e: GraphEvent)

Source

fn update_batch(&mut self, es: &[GraphEvent])

Implementors§

Source§

impl DynAlgorithm for DynApproxBetweenness

Source§

impl DynAlgorithm for DynBetweenness

Source§

impl DynAlgorithm for DynBetweennessOneNode

Source§

impl DynAlgorithm for DynKatzCentrality

Source§

impl DynAlgorithm for DynTopHarmonicCloseness

Source§

impl DynAlgorithm for DynConnectedComponents

Source§

impl DynAlgorithm for DynWeaklyConnectedComponents

Source§

impl DynAlgorithm for DynAPSP

Source§

impl DynAlgorithm for DynBFS