Crate sbn_assembly

source ·
Expand description

SBN Assembly Simulator

This is the main file for the SBN Assembly project.

Usage:

./sbn_assembly --nodes 10 --width 640 --height 480
./sbn_assembly --nodes 10  --seed 123 --contact-distance 5 --breaking-distance 200 --edge-probability 0.75 --edge-breaking-probability 0.1 --minimal-edge-weight -100 --maximal-edge-weight 100 --repulsion 1 --attraction 5 --threshold 10

Modules

  • cli 🔒
    sbn_assembly CLI

Functions