10 #ifndef CPROVER_SOLVERS_SAT_SATCHECK_GLUCOSE_H
11 #define CPROVER_SOLVERS_SAT_SATCHECK_GLUCOSE_H
37 void lcnf(
const bvt &bv)
override;
bool is_in_conflict(literalt a) const override
Returns true if an assumption is in the final conflict.
satcheck_glucose_baset(T *, message_handlert &message_handler)
void set_assumptions(const bvt &_assumptions) override
bool has_set_assumptions() const override
void lcnf(const bvt &bv) override
void set_polarity(literalt a, bool value)
resultt do_prop_solve() override
virtual ~satcheck_glucose_baset()
tvt l_get(literalt a) const override
bool has_is_in_conflict() const override
optionalt< solver_hardnesst > solver_hardness
void with_solver_hardness(std::function< void(solver_hardnesst &)> handler) override
void set_assignment(literalt a, bool value) override
void enable_hardness_collection() override
const std::string solver_text() override
satcheck_glucose_no_simplifiert(message_handlert &message_handler)
const std::string solver_text() override
satcheck_glucose_simplifiert(message_handlert &message_handler)
void set_frozen(literalt a) override
bool is_eliminated(literalt a) const
CNF Generation, via Tseitin.
Capability to collect the statistics of the complexity of individual solver queries.
std::vector< literalt > bvt
nonstd::optional< T > optionalt
resultt
The result of goto verifying.
A structure that facilitates collecting the complexity statistics from a decision procedure.