LICENCE.txt
MANIFEST.in
README.md
setup.py
Sparkle.egg-info/PKG-INFO
Sparkle.egg-info/SOURCES.txt
Sparkle.egg-info/dependency_links.txt
Sparkle.egg-info/entry_points.txt
Sparkle.egg-info/requires.txt
Sparkle.egg-info/top_level.txt
sparkle/__init__.py
sparkle/about.py
sparkle/CLI/__init__.py
sparkle/CLI/_cli_.py
sparkle/CLI/about.py
sparkle/CLI/add_feature_extractor.py
sparkle/CLI/add_instances.py
sparkle/CLI/add_solver.py
sparkle/CLI/check.py
sparkle/CLI/cleanup.py
sparkle/CLI/compute_features.py
sparkle/CLI/configure_solver.py
sparkle/CLI/construct_portfolio_selector.py
sparkle/CLI/generate_report.py
sparkle/CLI/initialise.py
sparkle/CLI/jobs.py
sparkle/CLI/load_snapshot.py
sparkle/CLI/remove_feature_extractor.py
sparkle/CLI/remove_instances.py
sparkle/CLI/remove_solver.py
sparkle/CLI/run_ablation.py
sparkle/CLI/run_parallel_portfolio.py
sparkle/CLI/run_portfolio_selector.py
sparkle/CLI/run_solvers.py
sparkle/CLI/save_snapshot.py
sparkle/CLI/status.py
sparkle/CLI/help/__init__.py
sparkle/CLI/help/argparse_custom.py
sparkle/CLI/help/global_variables.py
sparkle/CLI/help/jobs.py
sparkle/CLI/help/logging.py
sparkle/CLI/help/nicknames.py
sparkle/CLI/help/snapshot_help.py
sparkle/Components/sparkle_settings.ini
sparkle/Components/Sparkle-SAT-verifier/Makefile
sparkle/Components/Sparkle-SAT-verifier/README
sparkle/Components/Sparkle-SAT-verifier/SAT
sparkle/Components/Sparkle-SAT-verifier/SAT.cc
sparkle/Components/latex_source/report.bib
sparkle/Components/runsolver/description_runsolver.txt
sparkle/Components/runsolver/src/Changelog
sparkle/Components/runsolver/src/CircularBufferFilter.hh
sparkle/Components/runsolver/src/Cores.hh
sparkle/Components/runsolver/src/ExecutionSummary.hh
sparkle/Components/runsolver/src/LICENSE-GPL-3.0.txt
sparkle/Components/runsolver/src/Makefile
sparkle/Components/runsolver/src/Observer.hh
sparkle/Components/runsolver/src/ProcessData.hh
sparkle/Components/runsolver/src/ProcessHistory.hh
sparkle/Components/runsolver/src/ProcessList.hh
sparkle/Components/runsolver/src/ProcessTree.hh
sparkle/Components/runsolver/src/README
sparkle/Components/runsolver/src/SignalNames.cc
sparkle/Components/runsolver/src/SignalNames.d
sparkle/Components/runsolver/src/SignalNames.hh
sparkle/Components/runsolver/src/TimeStamper.hh
sparkle/Components/runsolver/src/Watcher.hh
sparkle/Components/runsolver/src/runsolver.cc
sparkle/Components/runsolver/src/runsolver.spec
sparkle/Components/runsolver/src/vlineSplitter.cc
sparkle/Components/runsolver/src/server/Makefile
sparkle/Components/runsolver/src/server/Makefile~
sparkle/Components/runsolver/src/server/server
sparkle/Components/runsolver/src/server/server.cc
sparkle/Components/runsolver/src/server/server.cc~
sparkle/configurator/__init__.py
sparkle/configurator/configurator.py
sparkle/configurator/configurator_cli.py
sparkle/configurator/implementations/__init__.py
sparkle/configurator/implementations/irace.py
sparkle/configurator/implementations/paramils.py
sparkle/configurator/implementations/smac2.py
sparkle/configurator/implementations/smac3.py
sparkle/instance/__init__.py
sparkle/instance/instances.py
sparkle/platform/__init__.py
sparkle/platform/cli_types.py
sparkle/platform/file_help.py
sparkle/platform/latex.py
sparkle/platform/settings_objects.py
sparkle/platform/output/__init__.py
sparkle/platform/output/configuration_output.py
sparkle/platform/output/parallel_portfolio_output.py
sparkle/platform/output/selection_output.py
sparkle/platform/output/structures.py
sparkle/selector/__init__.py
sparkle/selector/extractor.py
sparkle/selector/extractor_cli.py
sparkle/selector/selector.py
sparkle/selector/selector_cli.py
sparkle/solver/__init__.py
sparkle/solver/solver.py
sparkle/solver/solver_cli.py
sparkle/solver/verifiers.py
sparkle/structures/__init__.py
sparkle/structures/feature_dataframe.py
sparkle/structures/performance_dataframe.py
sparkle/tools/__init__.py
sparkle/tools/configspace.py
sparkle/tools/general.py
sparkle/tools/parameters.py
sparkle/tools/runsolver.py
sparkle/tools/slurm_parsing.py
sparkle/tools/solver_wrapper_parsing.py
sparkle/types/__init__.py
sparkle/types/features.py
sparkle/types/objective.py
sparkle/types/sparkle_callable.py
sparkle/types/status.py
tests/test_about.py