//! Experiment execution and reporting APIs.
//!//! [`Experiment`] runs multiple algorithm cases on the same problem for repeated
//! trials, then aggregates best/mean/worst metrics and failure details into an
//! [`ExperimentReport`].
modexecutor;modparallel;modreport;pubmodtraits;modutils;pubuseexecutor::Experiment;pubusereport::{ExperimentFailure, ExperimentReport, ExperimentRunResult, ExperimentSummary};