branchscope
v0.1.1
Published
Interactive debugger and profiler for branch-and-bound solvers. Installs the prebuilt viewer CLI for SCIP .vbc traces with one command.
Downloads
43
Maintainers
Readme
branchscope
One-command install for the BranchScope viewer CLI — an interactive debugger and profiler for branch-and-bound solvers. This package downloads the prebuilt Rust binary for your platform from the project's GitHub releases; no Rust toolchain required.
npm install -g branchscope
branchscope view tree.vbc # interactive viewer in the browser
branchscope inspect tree.vbc # summary statistics
branchscope export tree.vbc -o tree.html # standalone single-file viewerThe first invocation downloads the platform binary if npm install was run
with --ignore-scripts. Supported platforms: macOS (Apple Silicon / Intel),
Linux x86_64, and Windows x86_64.
