Go to the documentation of this file.
10 #ifndef CPROVER_SOLVERS_SAT_DIMACS_CNF_H
11 #define CPROVER_SOLVERS_SAT_DIMACS_CNF_H
53 return "DIMACS CNF Dumper";
56 void lcnf(
const bvt &bv)
override;
77 #endif // CPROVER_SOLVERS_SAT_DIMACS_CNF_H
size_t no_clauses() const override
void write_clauses(std::ostream &out)
void write_problem_line(std::ostream &out)
virtual void write_dimacs_cnf(std::ostream &out)
std::vector< literalt > bvt
resultt do_prop_solve() override
dimacs_cnf_dumpt(std::ostream &_out, message_handlert &message_handler)
void lcnf(const bvt &bv) override
tvt l_get(literalt) const override
static void write_dimacs_clause(const bvt &, std::ostream &, bool break_lines)
dimacs_cnft(message_handlert &)
bool is_in_conflict(literalt l) const override
Returns true if an assumption is in the final conflict.
const std::string solver_text() override
void set_assignment(literalt a, bool value) override
const std::string solver_text() override
virtual ~dimacs_cnf_dumpt()