LICENSE
README.md
pyproject.toml
src/__init__.py
src/py_arg/__init__.py
src/py_arg/aba_classes/__init__.py
src/py_arg/aba_classes/aba_framework.py
src/py_arg/aba_classes/instantiated_argument.py
src/py_arg/aba_classes/rule.py
src/py_arg/aba_classes/semantics/__init__.py
src/py_arg/aba_classes/semantics/get_admissible_extensions.py
src/py_arg/aba_classes/semantics/get_complete_extensions.py
src/py_arg/aba_classes/semantics/get_conflict_free_extensions.py
src/py_arg/aba_classes/semantics/get_ground_extensions.py
src/py_arg/aba_classes/semantics/get_naive_extensions.py
src/py_arg/aba_classes/semantics/get_preferred_extensions.py
src/py_arg/aba_classes/semantics/get_semi_stable_extensions.py
src/py_arg/aba_classes/semantics/get_stable_extensions.py
src/py_arg/abstract_argumentation_classes/__init__.py
src/py_arg/abstract_argumentation_classes/abstract_argumentation_framework.py
src/py_arg/abstract_argumentation_classes/argument.py
src/py_arg/abstract_argumentation_classes/defeat.py
src/py_arg/algorithms/__init__.py
src/py_arg/algorithms/canonical_constructions/__init__.py
src/py_arg/algorithms/canonical_constructions/aux_operators.py
src/py_arg/algorithms/canonical_constructions/check_com_closed.py
src/py_arg/algorithms/canonical_constructions/check_conf_sens.py
src/py_arg/algorithms/canonical_constructions/check_contains_empty.py
src/py_arg/algorithms/canonical_constructions/check_dcl_tight.py
src/py_arg/algorithms/canonical_constructions/check_downward_closed.py
src/py_arg/algorithms/canonical_constructions/check_incomparable.py
src/py_arg/algorithms/canonical_constructions/check_intersection_in.py
src/py_arg/algorithms/canonical_constructions/check_non_empty.py
src/py_arg/algorithms/canonical_constructions/check_set_com_closed.py
src/py_arg/algorithms/canonical_constructions/check_set_conf_sens.py
src/py_arg/algorithms/canonical_constructions/check_tight.py
src/py_arg/algorithms/canonical_constructions/check_unary.py
src/py_arg/algorithms/canonical_constructions/check_union_closed.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/__init__.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/canonical_adm.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/canonical_cf.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/canonical_com.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/canonical_st.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/canonical_ucl.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/construct_abaf_adm.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/construct_abaf_cf.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/construct_abaf_com.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/construct_abaf_naive.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/construct_abaf_prf.py
src/py_arg/algorithms/canonical_constructions/canonical_abaf/construct_abaf_st.py
src/py_arg/algorithms/canonical_constructions/canonical_af/__init__.py
src/py_arg/algorithms/canonical_constructions/canonical_af/canonical_cf.py
src/py_arg/algorithms/canonical_constructions/canonical_af/canonical_def.py
src/py_arg/algorithms/canonical_constructions/canonical_af/canonical_st.py
src/py_arg/algorithms/canonical_constructions/canonical_af/construct_af_adm.py
src/py_arg/algorithms/canonical_constructions/canonical_af/construct_af_cf.py
src/py_arg/algorithms/canonical_constructions/canonical_af/construct_af_grd.py
src/py_arg/algorithms/canonical_constructions/canonical_af/construct_af_naive.py
src/py_arg/algorithms/canonical_constructions/canonical_af/construct_af_stage.py
src/py_arg/algorithms/canonical_constructions/canonical_af/construct_af_stb.py
src/py_arg/algorithms/classes/__init__.py
src/py_arg/algorithms/classes/connected_literal.py
src/py_arg/algorithms/explanation/__init__.py
src/py_arg/algorithms/explanation/defending.py
src/py_arg/algorithms/explanation/not_defending.py
src/py_arg/algorithms/explanation/reach_and_dist.py
src/py_arg/algorithms/explanation/suff_nec.py
src/py_arg/algorithms/justification/__init__.py
src/py_arg/algorithms/justification/compute_all_literal_grounded_justification_status_fast.py
src/py_arg/algorithms/justification/compute_all_literal_grounded_justification_status_naive.py
src/py_arg/algorithms/relevance/__init__.py
src/py_arg/algorithms/relevance/relevance_lister.py
src/py_arg/algorithms/semantics/__init__.py
src/py_arg/algorithms/semantics/get_acceptable_with_respect_to.py
src/py_arg/algorithms/semantics/get_admissible_sets.py
src/py_arg/algorithms/semantics/get_complete_extensions.py
src/py_arg/algorithms/semantics/get_conflict_free_extensions.py
src/py_arg/algorithms/semantics/get_eager_extension.py
src/py_arg/algorithms/semantics/get_grounded_extension.py
src/py_arg/algorithms/semantics/get_ideal_extension.py
src/py_arg/algorithms/semantics/get_naive_extensions.py
src/py_arg/algorithms/semantics/get_preferred_extensions.py
src/py_arg/algorithms/semantics/get_semistable_extensions.py
src/py_arg/algorithms/semantics/get_stable_extensions.py
src/py_arg/algorithms/semantics/is_acceptable_with_respect_to.py
src/py_arg/algorithms/semantics/is_admissible.py
src/py_arg/algorithms/semantics/is_complete.py
src/py_arg/algorithms/semantics/is_conflict_free.py
src/py_arg/algorithms/semantics/is_grounded_extension.py
src/py_arg/algorithms/semantics/is_preferred_extension.py
src/py_arg/algorithms/stability/__init__.py
src/py_arg/algorithms/stability/satisfiability_labeler.py
src/py_arg/algorithms/stability/stability_label.py
src/py_arg/algorithms/stability/stability_labeler.py
src/py_arg/algorithms/stability/stability_labels.py
src/py_arg/aspic_classes/__init__.py
src/py_arg/aspic_classes/argumentation_system.py
src/py_arg/aspic_classes/argumentation_theory.py
src/py_arg/aspic_classes/defeasible_rule.py
src/py_arg/aspic_classes/instantiated_argument.py
src/py_arg/aspic_classes/literal.py
src/py_arg/aspic_classes/rule.py
src/py_arg/aspic_classes/strict_rule.py
src/py_arg/aspic_classes/structured_argumentation_framework.py
src/py_arg/aspic_classes/orderings/__init__.py
src/py_arg/aspic_classes/orderings/ordering.py
src/py_arg/aspic_classes/orderings/preference_preorder.py
src/py_arg/aspic_classes/orderings/argument_orderings/__init__.py
src/py_arg/aspic_classes/orderings/argument_orderings/last_link_ordering.py
src/py_arg/aspic_classes/orderings/argument_orderings/weakest_link_ordering.py
src/py_arg/aspic_classes/orderings/set_orderings/__init__.py
src/py_arg/aspic_classes/orderings/set_orderings/democratic_ordering.py
src/py_arg/aspic_classes/orderings/set_orderings/elitist_ordering.py
src/py_arg/experiments/__init__.py
src/py_arg/experiments/experiment_compute_grounded_labelling.py
src/py_arg/experiments/experiment_generate_data_set_from_layered_argsys.py
src/py_arg/experiments/experiment_generate_data_set_from_police_argsys.py
src/py_arg/experiments/experiment_generate_incomplete_argumentation_theory.py
src/py_arg/experiments/experiment_run_stability_algorithm.py
src/py_arg/experiments/utils.py
src/py_arg/generators/__init__.py
src/py_arg/generators/abstract_argumentation_framework_generators/__init__.py
src/py_arg/generators/abstract_argumentation_framework_generators/abstract_argumentation_framework_generator.py
src/py_arg/generators/argumentation_system_generators/__init__.py
src/py_arg/generators/argumentation_system_generators/layered_argumentation_system_generator.py
src/py_arg/generators/argumentation_theory_generators/__init__.py
src/py_arg/generators/argumentation_theory_generators/argumentation_theory_generator.py
src/py_arg/generators/incomplete_argumentation_theory_generators/__init__.py
src/py_arg/generators/incomplete_argumentation_theory_generators/incomplete_argumentation_theory_generator.py
src/py_arg/import_export/__init__.py
src/py_arg/import_export/argumentation_framework_from_aspartix_format_reader.py
src/py_arg/import_export/argumentation_framework_from_iccma23_format_reader.py
src/py_arg/import_export/argumentation_framework_from_json_reader.py
src/py_arg/import_export/argumentation_framework_from_trivial_graph_format_reader.py
src/py_arg/import_export/argumentation_framework_to_aspartix_format_writer.py
src/py_arg/import_export/argumentation_framework_to_iccma23_format_writer.py
src/py_arg/import_export/argumentation_framework_to_json_writer.py
src/py_arg/import_export/argumentation_framework_to_trivial_graph_format_writer.py
src/py_arg/import_export/argumentation_system_from_json_reader.py
src/py_arg/import_export/argumentation_system_to_json_writer.py
src/py_arg/import_export/incomplete_argumentation_theory_from_json_reader.py
src/py_arg/import_export/incomplete_argumentation_theory_from_lp_file_reader.py
src/py_arg/import_export/incomplete_argumentation_theory_from_xlsx_reader.py
src/py_arg/import_export/incomplete_argumentation_theory_to_json_writer.py
src/py_arg/import_export/incomplete_argumentation_theory_to_lp_file_writer.py
src/py_arg/import_export/writer.py
src/py_arg/incomplete_argumentation_classes/__init__.py
src/py_arg/incomplete_argumentation_classes/argument_incomplete_argumentation_framework.py
src/py_arg/incomplete_aspic_classes/__init__.py
src/py_arg/incomplete_aspic_classes/incomplete_argumentation_theory.py
src/py_arg/labels/__init__.py
src/py_arg/labels/enum_justification_label.py
src/py_arg/labels/four_bool_stability_label.py
src/py_arg/labels/label.py
src/py_arg/labels/literal_labels.py
src/py_arg/logic/__init__.py
src/py_arg/logic/closure.py
src/py_arg/logic/is_c_consistent.py
src/py_arg/utils/__init__.py
src/py_arg/utils/fixpoint.py
src/py_arg_learning/__init__.py
src/py_arg_learning/abstract_exercise_set.py
src/py_arg_learning/identify_grounded_extension.py
src/py_arg_learning/list_complete_extensions.py
src/py_arg_learning/list_preferred_extensions.py
src/py_arg_tests/__init__.py
src/py_arg_tests/convert_resources.py
src/py_arg_tests/modgil_prakken_aij_tests.py
src/py_arg_tests/test_aba_canonical_constructions.py
src/py_arg_tests/test_aba_lasagne_example.py
src/py_arg_tests/test_aba_semantics.py
src/py_arg_tests/test_af_canonical_constructions.py
src/py_arg_tests/test_af_canonical_constructions_with_generator.py
src/py_arg_tests/test_af_complete_semantics.py
src/py_arg_tests/test_af_from_apx.py
src/py_arg_tests/test_af_from_scratch.py
src/py_arg_tests/test_af_generator.py
src/py_arg_tests/test_cf_naive_ext.py
src/py_arg_tests/test_create_argumentation_framework_from_argumentation_theory.py
src/py_arg_tests/test_incomplete_argumentation_theory_generator.py
src/py_arg_tests/test_recompute_arguments.py
src/py_arg_tests/test_stability.py
src/py_arg_visualisation/__init__.py
src/py_arg_visualisation/app.py
src/py_arg_visualisation/functions/__init__.py
src/py_arg_visualisation/functions/explanations_functions/__init__.py
src/py_arg_visualisation/functions/explanations_functions/explanation_function_options.py
src/py_arg_visualisation/functions/explanations_functions/get_af_explanations.py
src/py_arg_visualisation/functions/explanations_functions/get_at_explanations.py
src/py_arg_visualisation/functions/extensions_functions/__init__.py
src/py_arg_visualisation/functions/extensions_functions/get_abaf_extensions.py
src/py_arg_visualisation/functions/extensions_functions/get_accepted_arguments.py
src/py_arg_visualisation/functions/extensions_functions/get_accepted_assumptions.py
src/py_arg_visualisation/functions/extensions_functions/get_accepted_formulas.py
src/py_arg_visualisation/functions/extensions_functions/get_af_extensions.py
src/py_arg_visualisation/functions/graph_data_functions/__init__.py
src/py_arg_visualisation/functions/graph_data_functions/get_aba_graph_data.py
src/py_arg_visualisation/functions/graph_data_functions/get_af_graph_data.py
src/py_arg_visualisation/functions/graph_data_functions/get_at_graph_data.py
src/py_arg_visualisation/functions/graph_data_functions/get_color.py
src/py_arg_visualisation/functions/import_functions/__init__.py
src/py_arg_visualisation/functions/import_functions/read_argumentation_framework_functions.py
src/py_arg_visualisation/functions/import_functions/read_argumentation_theory_functions.py
src/py_arg_visualisation/functions/ordering_functions/__init__.py
src/py_arg_visualisation/functions/ordering_functions/get_ordering_by_specification.py
src/py_arg_visualisation/pages/01_generate_abstract.py
src/py_arg_visualisation/pages/02_generate_random_aspic.py
src/py_arg_visualisation/pages/03_generate_layered_aspic.py
src/py_arg_visualisation/pages/21_visualise_abstract.py
src/py_arg_visualisation/pages/22_visualise_aspic.py
src/py_arg_visualisation/pages/23_visualise_aba.py
src/py_arg_visualisation/pages/30_learn.py
src/py_arg_visualisation/pages/41_canonical_af.py
src/py_arg_visualisation/pages/42_canonical_abaf.py
src/py_arg_visualisation/pages/50_chat.py
src/py_arg_visualisation/pages/90_pyarg.py
src/py_arg_visualisation/pages/__init__.py
src/python_argumentation.egg-info/PKG-INFO
src/python_argumentation.egg-info/SOURCES.txt
src/python_argumentation.egg-info/dependency_links.txt
src/python_argumentation.egg-info/top_level.txt