Go to the documentation of this file.
10 #ifndef CPROVER_SOLVERS_QBF_QDIMACS_CNF_H
11 #define CPROVER_SOLVERS_QBF_QDIMACS_CNF_H
99 #endif // CPROVER_SOLVERS_QBF_QDIMACS_CNF_H
void copy_to(qdimacs_cnft &cnf) const
std::vector< quantifiert > quantifierst
virtual void write_qdimacs_cnf(std::ostream &out)
The type of an expression, extends irept.
bool is_quantified(const literalt l) const
void write_prefix(std::ostream &out) const
void add_quantifier(const quantifiert::typet type, const literalt l)
void add_existential_quantifier(const literalt l)
bool find_quantifier(const literalt l, quantifiert &q) const
virtual const std::string solver_text()
virtual void set_quantifier(const quantifiert::typet type, const literalt l)
quantifiert(typet _type, literalt _l)
void add_universal_quantifier(const literalt l)
bool operator==(const qdimacs_cnft &other) const
qdimacs_cnft(message_handlert &message_handler)
bool operator==(const quantifiert &other) const
virtual void add_quantifier(const quantifiert &quantifier)