LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/learned-concepts.json
examples/abduction_scaling.py
examples/blocks_world.py
examples/causal_validation.py
examples/cf_benchmark.py
examples/concept_report.py
examples/discrimination_report.py
examples/graph_motifs.py
examples/letter_strings.py
examples/llm_baseline.py
examples/representation_report.py
examples/search_report.py
examples/tabular_recourse.py
examples/vertical_slice.py
examples/visual_report.py
examples/getting_started/01_pipeline.py
examples/getting_started/02_queries.py
examples/getting_started/03_confidence.py
examples/getting_started/04_tabular.py
examples/getting_started/05_relational.py
examples/getting_started/06_sequence.py
examples/getting_started/07_graph.py
src/twinworld/__init__.py
src/twinworld/alternatives.py
src/twinworld/analogy.py
src/twinworld/api.py
src/twinworld/asp.py
src/twinworld/asp_solver.py
src/twinworld/backend.py
src/twinworld/benchmark.py
src/twinworld/concepts.py
src/twinworld/copycat.py
src/twinworld/discriminate.py
src/twinworld/engine.py
src/twinworld/mechanisms.py
src/twinworld/metrics.py
src/twinworld/py.typed
src/twinworld/refute.py
src/twinworld/representation.py
src/twinworld/select.py
src/twinworld/viz.py
src/twinworld.egg-info/PKG-INFO
src/twinworld.egg-info/SOURCES.txt
src/twinworld.egg-info/dependency_links.txt
src/twinworld.egg-info/requires.txt
src/twinworld.egg-info/top_level.txt
src/twinworld/backends/__init__.py
src/twinworld/backends/graph.py
src/twinworld/backends/grid.py
src/twinworld/backends/relational.py
src/twinworld/backends/sequence.py
src/twinworld/backends/tabular.py
src/twinworld/baselines/__init__.py
src/twinworld/baselines/llm.py
src/twinworld/domains/__init__.py
src/twinworld/domains/arc.py
src/twinworld/domains/blocks.py
src/twinworld/domains/causalarc.py
tests/conftest.py
tests/test_abduction.py
tests/test_alternatives.py
tests/test_analogy.py
tests/test_api.py
tests/test_asp_solver.py
tests/test_backend.py
tests/test_blocks.py
tests/test_blocks_tau.py
tests/test_causalarc.py
tests/test_concepts.py
tests/test_confidence.py
tests/test_copycat.py
tests/test_engine.py
tests/test_experiment3.py
tests/test_experiment4.py
tests/test_graph.py
tests/test_llm_baseline.py
tests/test_mechanisms.py
tests/test_metrics_refute.py
tests/test_preimage_budget.py
tests/test_relational.py
tests/test_representation.py
tests/test_representation_m2.py
tests/test_resegmentation.py
tests/test_select.py
tests/test_sequence.py
tests/test_tabular.py
tests/test_viz.py