pub trait ExtendedSolveStats {
// Required methods
fn oracle_stats(&self) -> SolverStats;
fn encoding_stats(&self) -> Vec<EncodingStats>;
}
Expand description
Trait for getting statistics from the solver
Required Methods§
Sourcefn oracle_stats(&self) -> SolverStats
fn oracle_stats(&self) -> SolverStats
Gets statistics from the internal oracle
Sourcefn encoding_stats(&self) -> Vec<EncodingStats>
fn encoding_stats(&self) -> Vec<EncodingStats>
Gets statistics from the objective encodings