Skip to main content

a 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).

Version requirements for optional ILP backends:

  • scipy>=1.9.0
  • gurobipy>=10.0.0

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.5.tar.gz (43.1 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.5-py3-none-any.whl (49.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: scanwidth-0.2.5.tar.gz
  • Upload date:
  • Size: 43.1 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.5.tar.gz
Algorithm Hash digest
SHA256 8a3f99a2af744645905be86f416435904c30356131b0bb213320530df0a2cb75
MD5 dfaf14fd1820a694383dced029f496e8
BLAKE2b-256 7b353163b4c669b5f0e408039a82a91a6d06cc502a17a7dd1009ae911ff5cc56

See more details on using hashes here.

Provenance

The following attestation bundles were made for scanwidth-0.2.5.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.5-py3-none-any.whl.

File metadata

  • Download URL: scanwidth-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 49.8 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8b560222279b716ac1d0f988194e7601fd2f667f1021f8678a591a4486e80f24
MD5 52cf2b42ec1268ef493594be8a360674
BLAKE2b-256 24d256d300c3fc746d4d407c3dccb7d794d0dfba1dcd0fcab45ced97a61f7b21

See more details on using hashes here.

Provenance

The following attestation bundles were made for scanwidth-0.2.5-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