14 #ifndef CPROVER_SOLVERS_HARDNESS_COLLECTOR_H
15 #define CPROVER_SOLVERS_HARDNESS_COLLECTOR_H
36 const size_t cnf_clause_index,
37 bool register_cnf) = 0;
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.