.coveragerc
.gitignore
.pylintrc
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/python-coverage.yml
.github/workflows/python-pypi.yml
.github/workflows/python-tests.yml
docs/images/PetACatGraph.png
docs/images/PetACatGraphUnrolled.png
src/hebg/__init__.py
src/hebg/behavior.py
src/hebg/codegen.py
src/hebg/draw.py
src/hebg/graph.py
src/hebg/heb_graph.py
src/hebg/node.py
src/hebg/requirements_graph.py
src/hebg/unrolling.py
src/hebg.egg-info/PKG-INFO
src/hebg.egg-info/SOURCES.txt
src/hebg.egg-info/dependency_links.txt
src/hebg.egg-info/requires.txt
src/hebg.egg-info/top_level.txt
src/hebg/layouts/__init__.py
src/hebg/layouts/deterministic.py
src/hebg/layouts/metabased.py
src/hebg/layouts/metaheuristics.py
src/hebg/metrics/__init__.py
src/hebg/metrics/histograms.py
src/hebg/metrics/complexity/__init__.py
src/hebg/metrics/complexity/complexities.py
src/hebg/metrics/complexity/utils.py
src/hebg/metrics/utility/__init__.py
src/hebg/metrics/utility/binary_utility.py
tests/__init__.py
tests/examples/__init__.py
tests/examples/behaviors/__init__.py
tests/examples/behaviors/basic.py
tests/examples/behaviors/basic_empty.py
tests/examples/behaviors/binary_sum.py
tests/examples/behaviors/loop.py
tests/examples/behaviors/report_example.py
tests/examples/feature_conditions/__init__.py
tests/examples/feature_conditions/scalar.py
tests/integration/__init__.py
tests/integration/test_behavior.py
tests/integration/test_behavior_empty.py
tests/integration/test_code_generation.py
tests/integration/test_loop.py
tests/integration/test_paper_basic_example.py
tests/integration/test_pet_a_cat.py
tests/unit/__init__.py
tests/unit/test_node.py
tests/unit/test_option.py
tests/unit/test_option_graph.py
tests/unit/layouts/__init__.py
tests/unit/layouts/test_metaheuristics.py
tests/unit/metrics/__init__.py
tests/unit/metrics/complexity/__init__.py
tests/unit/metrics/complexity/test_complexities.py