Skip to main content

Package for computing the edge- and node-scanwidth of a directed acyclic graph (DAG)

Project description

PyPI License Docs JCSS DOI

scanwidth

scanwidth is a Python package for computing edge-scanwidth and node-scanwidth of directed acyclic graphs (DAGs). It provides exact and heuristic algorithms, plus reduction pipelines that make practical computation on larger instances more tractable.

Key Features

  • Tree-extension and Extension classess: classes that support (tree-)extensions of DAGs, provide computations for scanwidth-bags and converting to canonical tree-extenions
  • Exact and heuristic solvers: XP, brute-force, partition-based exact methods (edge), ILP backend selection (node), and multiple heuristics for edge- and node-scanwidth.
  • Reduction framework: configurable ReducerConfig/Reducer pipelines for edge and node scanwidth, including optional parallel s-block solving.

Installation

Install the base package:

pip install scanwidth

Install optional ILP dependencies:

# SciPy backend for node_scanwidth(..., algorithm="ilp", backend="scipy")
pip install scanwidth[scipy]

# Gurobi backend for node_scanwidth(..., algorithm="ilp", backend="gurobi")
pip install scanwidth[gurobi]

# Both ILP backends
pip install scanwidth[ilp]

gurobipy requires a working Gurobi installation and a valid Gurobi license (commercial or academic, depending on your setup).

Documentation

For installation instructions, quickstart examples, and full API reference, see the scanwidth docs.

Citation

If you use scanwidth in your research, please cite the corresponding paper:

Niels Holtgrefe, Leo van Iersel, and Mark Jones. Exact and heuristic computation of the scanwidth of directed acyclic graphs. Journal of Computer and System Sciences, 160:103802, 2026. doi: 10.1016/j.jcss.2026.103802

To view the experimental materials of the paper, go to the folder experiments.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scanwidth-0.2.2.tar.gz (37.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scanwidth-0.2.2-py3-none-any.whl (46.3 kB view details)

Uploaded Python 3

File details

Details for the file scanwidth-0.2.2.tar.gz.

File metadata

  • Download URL: scanwidth-0.2.2.tar.gz
  • Upload date:
  • Size: 37.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scanwidth-0.2.2.tar.gz
Algorithm Hash digest
SHA256 cbef202c61d358293d1aec976ed30f7abc5d5d60cc9ba113054d1aecb08447fe
MD5 7d7906c83bd309a33a7b07f71b1b2217
BLAKE2b-256 c592ba8df2f66028221c0c114254dcce2cfe789c74aa0f5435e8d09a174a0c85

See more details on using hashes here.

Provenance

The following attestation bundles were made for scanwidth-0.2.2.tar.gz:

Publisher: release.yml on nholtgrefe/scanwidth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scanwidth-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: scanwidth-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 46.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scanwidth-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 275a1d1811e93a30dad0ec23a413cdb76dea7f046b7e638f8dbb70b17c79b185
MD5 3fc4be8148d9661209a2432492c6ebc2
BLAKE2b-256 05dcc5cd2abad239691c07f7694e47db5ff575331d4bcda1747b0daea68eab5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for scanwidth-0.2.2-py3-none-any.whl:

Publisher: release.yml on nholtgrefe/scanwidth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page