LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
sparc/__init__.py
sparc/_graph.cpp
sparc/_graph.pxd
sparc/_graph.pyx
sparc/_mathutils.pxd
sparc/circuit.py
sparc/eval.cpp
sparc/eval.pxd
sparc/eval.pyx
sparc/grad.cpp
sparc/grad.pxd
sparc/grad.pyx
sparc/metrics.cpp
sparc/metrics.pxd
sparc/metrics.pyx
sparc/nodes.cpp
sparc/nodes.pxd
sparc/nodes.pyx
sparc/optim.py
sparc/py.typed
sparc/builders/__init__.py
sparc/builders/_factory.py
sparc/builders/embedding.py
sparc/builders/region_graph.py
sparc/io/__init__.py
sparc/io/learned_pc.py
sparc/io/serializer.py
sparc/queries/__init__.py
sparc/queries/_engine.cpp
sparc/queries/_engine.pxd
sparc/queries/_engine.pyx
sparc/queries/cw.cpp
sparc/queries/cw.pyx
sparc/queries/esd.cpp
sparc/queries/esd.pyx
sparc/queries/expectation.cpp
sparc/queries/expectation.pyx
sparc/queries/gcw.cpp
sparc/queries/gcw.pyx
sparc/solvers/__init__.py
sparc/solvers/assignment.cpp
sparc/solvers/assignment.pxd
sparc/solvers/assignment.pyx
sparc/solvers/northwest.cpp
sparc/solvers/northwest.pxd
sparc/solvers/northwest.pyx
sparc/solvers/transport.cpp
sparc/solvers/transport.pxd
sparc/solvers/transport.pyx
sparc/structures/__init__.py
sparc/structures/_blocks.py
sparc/structures/_chowliu.py
sparc/structures/distributions.py
sparc/structures/hclt.py
sparc/structures/hmm.py
sparc/structures/pd.py
sparc/structures/rat_spn.py
sparc_pc.egg-info/PKG-INFO
sparc_pc.egg-info/SOURCES.txt
sparc_pc.egg-info/dependency_links.txt
sparc_pc.egg-info/requires.txt
sparc_pc.egg-info/top_level.txt
tests/test_bernoulli_integration.py
tests/test_circuit_api.py
tests/test_circuit_serializer.py
tests/test_compiled_eval.py
tests/test_compiled_queries.py
tests/test_cw_distance.py
tests/test_distributions.py
tests/test_embedding_builder.py
tests/test_esd_grad.py
tests/test_exp_query.py
tests/test_gcw_coupling.py
tests/test_gcw_crossterm.py
tests/test_gcw_grad.py
tests/test_likelihood.py
tests/test_likelihood_grad.py
tests/test_log_exp_grad.py
tests/test_metrics.py
tests/test_nodes.py
tests/test_nodes_extended.py
tests/test_optim.py
tests/test_properties.py
tests/test_query_compatibility.py
tests/test_refresh_parameters.py
tests/test_region_graph.py
tests/test_sampling.py
tests/test_solvers.py
tests/test_sparc_extras.py
tests/test_structures.py