CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
examples/analysis_large_random.py
examples/analysis_ring_scfg.py
examples/analyzer_ring_demo.py
examples/debugging.py
examples/quick_start.py
examples/run_simulator.py
examples/test_diffusion_engine.py
examples/torch_softmin_demo.py
examples/trainable_bp_example.py
src/propflow/__init__.py
src/propflow/_version.py
src/propflow/cli.py
src/propflow/simulator.py
src/propflow.egg-info/PKG-INFO
src/propflow.egg-info/SOURCES.txt
src/propflow.egg-info/dependency_links.txt
src/propflow.egg-info/entry_points.txt
src/propflow.egg-info/requires.txt
src/propflow.egg-info/top_level.txt
src/propflow/bp/__init__.py
src/propflow/bp/computators.py
src/propflow/bp/engine_base.py
src/propflow/bp/engine_components.py
src/propflow/bp/engines.py
src/propflow/bp/factor_graph.py
src/propflow/computators/__init__.py
src/propflow/configs/__init__.py
src/propflow/configs/global_config_mapping.py
src/propflow/configs/global_config_mapping.pyi
src/propflow/configs/loggers.py
src/propflow/core/__init__.py
src/propflow/core/agents.py
src/propflow/core/components.py
src/propflow/core/dcop_base.py
src/propflow/core/protocols.py
src/propflow/engines/__init__.py
src/propflow/policies/__init__.py
src/propflow/policies/convergance.py
src/propflow/policies/cost_reduction.py
src/propflow/policies/damping.py
src/propflow/policies/message_pruning.py
src/propflow/policies/normalize_cost.py
src/propflow/policies/splitting.py
src/propflow/snapshots/__init__.py
src/propflow/snapshots/analyzer.py
src/propflow/snapshots/builder.py
src/propflow/snapshots/manager.py
src/propflow/snapshots/step_formatter.py
src/propflow/snapshots/types.py
src/propflow/snapshots/utils.py
src/propflow/snapshots/visualizer.py
src/propflow/utils/__init__.py
src/propflow/utils/examples.py
src/propflow/utils/experiments.py
src/propflow/utils/fg_utils.py
src/propflow/utils/general_utils.py
src/propflow/utils/inbox_utils.py
src/propflow/utils/path_utils.py
src/propflow/utils/randomes.py
src/propflow/utils/save.py
src/propflow/utils/create/__init__.py
src/propflow/utils/create/create_cost_tables.py
src/propflow/utils/create/create_factor_graph_config.py
src/propflow/utils/create/create_factor_graphs_from_config.py
src/propflow/utils/tools/__init__.py
src/propflow/utils/tools/bct.py
src/propflow/utils/tools/convex_hull.py
src/propflow/utils/tools/draw.py
src/propflow/utils/tools/jacobian_analysis.py
src/propflow/utils/tools/performance.py
src/propflow_web/node_modules/flatted/python/flatted.py
tests/test_bp_computators.py
tests/test_bp_engine.py
tests/test_bp_engine_hooks.py
tests/test_configs_mapping.py
tests/test_core_components.py
tests/test_damping.py
tests/test_engine_components_history.py
tests/test_engines.py
tests/test_factor_graph.py
tests/test_fg_builder.py
tests/test_fig58_csv_generation.py
tests/test_fig58_repro_utils.py
tests/test_message_computing.py
tests/test_message_passing.py
tests/test_non_convergence_cli_modes.py
tests/test_non_convergence_diagonal_analyzer.py
tests/test_non_convergence_midrun_split.py
tests/test_non_convergence_oscillation_detector.py
tests/test_non_convergence_reproducibility.py
tests/test_non_convergence_route_analyzer.py
tests/test_policies.py
tests/test_simulator_cli_configs.py
tests/test_snapshot_visualizer_features.py
tests/test_snapshots_module.py
tests/test_snapshots_utils.py
tests/test_splitting.py
tests/test_step_formatter.py
tests/test_utils.py
tests/test_utils_experiments.py
tests/test_utils_path_random.py
tests/test_utils_tools.py