LICENCE.txt
README.md
setup.py
CLI/__init__.py
CLI/about.py
CLI/add_feature_extractor.py
CLI/add_instances.py
CLI/add_solver.py
CLI/cleanup_temporary_files.py
CLI/compute_features.py
CLI/compute_marginal_contribution.py
CLI/configure_solver.py
CLI/construct_sparkle_parallel_portfolio.py
CLI/construct_sparkle_portfolio_selector.py
CLI/generate_report.py
CLI/initialise.py
CLI/load_snapshot.py
CLI/remove_feature_extractor.py
CLI/remove_instances.py
CLI/remove_solver.py
CLI/run_ablation.py
CLI/run_configured_solver.py
CLI/run_solvers.py
CLI/run_sparkle_parallel_portfolio.py
CLI/run_sparkle_portfolio_selector.py
CLI/run_status.py
CLI/save_snapshot.py
CLI/system_status.py
CLI/validate_configured_vs_default.py
CLI/wait.py
SparkleAI.egg-info/PKG-INFO
SparkleAI.egg-info/SOURCES.txt
SparkleAI.egg-info/dependency_links.txt
SparkleAI.egg-info/entry_points.txt
SparkleAI.egg-info/top_level.txt
sparkle/__init__.py
sparkle/about.py
sparkle/cli.py
sparkle/configurator/__init__.py
sparkle/configurator/ablation.py
sparkle/configurator/configuration_scenario.py
sparkle/configurator/configurator.py
sparkle/instance/__init__.py
sparkle/instance/compute_features_help.py
sparkle/instance/instances_help.py
sparkle/platform/__init__.py
sparkle/platform/file_help.py
sparkle/platform/generate_report_for_configuration.py
sparkle/platform/generate_report_for_parallel_portfolio.py
sparkle/platform/generate_report_help.py
sparkle/platform/run_status_help.py
sparkle/platform/settings_help.py
sparkle/platform/slurm_help.py
sparkle/platform/snapshot_help.py
sparkle/platform/system_status.py
sparkle/platform/tex_help.py
sparkle/solver/__init__.py
sparkle/solver/add.py
sparkle/solver/pcs.py
sparkle/solver/sat_help.py
sparkle/solver/solver.py
sparkle/solver/validator.py
sparkle/types/__init__.py
sparkle/types/objective.py
tests/__init__.py
tests/test_about.py
tests/test_configuration_scenario.py
tests/test_configurator.py
tests/test_construct_parallel_portfolio_help.py
tests/test_generate_report_for_configuration.py
tests/test_instances_help.py
tests/test_logging.py
tests/test_marginal_contribution_help.py
tests/test_performance_dataframe.py
tests/test_reporting_scenario.py
tests/test_solver.py