Go to the documentation of this file.
10 #ifndef CPROVER_SOLVERS_SAT_SATCHECK_CADICAL_H
11 #define CPROVER_SOLVERS_SAT_SATCHECK_CADICAL_H
70 #endif // CPROVER_SOLVERS_SAT_SATCHECK_CADICAL_H
void set_assignment(literalt a, bool value) override
Capability to collect the statistics of the complexity of individual solver queries.
void with_solver_hardness(std::function< void(solver_hardnesst &)> handler) override
std::vector< literalt > bvt
bool is_in_conflict(literalt a) const override
Returns true if an assumption is in the final conflict.
void set_assumptions(const bvt &_assumptions) override
bool has_is_in_conflict() const override
satcheck_cadicalt(message_handlert &message_handler)
virtual ~satcheck_cadicalt()
resultt do_prop_solve() override
void lcnf(const bvt &bv) override
optionalt< solver_hardnesst > solver_hardness
nonstd::optional< T > optionalt
tvt l_get(literalt a) const override
A structure that facilitates collecting the complexity statistics from a decision procedure.
void enable_hardness_collection() override
bool has_set_assumptions() const override
CNF Generation, via Tseitin.
const std::string solver_text() override