LICENSE
README.md
pyproject.toml
src/scanwidth/__init__.py
src/scanwidth/_utils.py
src/scanwidth/dag.py
src/scanwidth/extension.py
src/scanwidth/tree_extension.py
src/scanwidth.egg-info/PKG-INFO
src/scanwidth.egg-info/SOURCES.txt
src/scanwidth.egg-info/dependency_links.txt
src/scanwidth.egg-info/requires.txt
src/scanwidth.egg-info/top_level.txt
src/scanwidth/edge_scanwidth/__init__.py
src/scanwidth/edge_scanwidth/api.py
src/scanwidth/edge_scanwidth/types.py
src/scanwidth/edge_scanwidth/reduction/__init__.py
src/scanwidth/edge_scanwidth/reduction/config.py
src/scanwidth/edge_scanwidth/reduction/reducer.py
src/scanwidth/edge_scanwidth/solver/__init__.py
src/scanwidth/edge_scanwidth/solver/base.py
src/scanwidth/edge_scanwidth/solver/exact/__init__.py
src/scanwidth/edge_scanwidth/solver/exact/exhaustive.py
src/scanwidth/edge_scanwidth/solver/exact/three_partition.py
src/scanwidth/edge_scanwidth/solver/exact/two_partition.py
src/scanwidth/edge_scanwidth/solver/exact/xp.py
src/scanwidth/edge_scanwidth/solver/heuristic/__init__.py
src/scanwidth/edge_scanwidth/solver/heuristic/cut_splitting.py
src/scanwidth/edge_scanwidth/solver/heuristic/greedy.py
src/scanwidth/edge_scanwidth/solver/heuristic/random.py
src/scanwidth/edge_scanwidth/solver/heuristic/simulated_annealing.py
src/scanwidth/node_scanwidth/__init__.py
src/scanwidth/node_scanwidth/api.py
src/scanwidth/node_scanwidth/reduction/__init__.py
src/scanwidth/node_scanwidth/reduction/config.py
src/scanwidth/node_scanwidth/reduction/reducer.py
src/scanwidth/node_scanwidth/solver/__init__.py
src/scanwidth/node_scanwidth/solver/_utils.py
src/scanwidth/node_scanwidth/solver/base.py
src/scanwidth/node_scanwidth/solver/exact/__init__.py
src/scanwidth/node_scanwidth/solver/exact/exhaustive.py
src/scanwidth/node_scanwidth/solver/exact/ilp.py
src/scanwidth/node_scanwidth/solver/exact/xp.py
src/scanwidth/node_scanwidth/solver/heuristic/__init__.py
src/scanwidth/node_scanwidth/solver/heuristic/greedy.py
src/scanwidth/node_scanwidth/solver/heuristic/random.py
src/scanwidth/node_scanwidth/solver/heuristic/simulated_annealing.py
tests/test_scanwidth_core.py
tests/test_scanwidth_dataset_regression.py