14#ifndef CPROVER_SOLVERS_HARDNESS_COLLECTOR_H
15#define CPROVER_SOLVERS_HARDNESS_COLLECTOR_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
virtual void register_clause(const bvt &bv, const bvt &cnf, const size_t cnf_clause_index, bool register_cnf)=0
Called e.g.
virtual ~clause_hardness_collectort()
std::unique_ptr< clause_hardness_collectort > solver_hardness
std::vector< literalt > bvt
A structure that facilitates collecting the complexity statistics from a decision procedure.