48 std::string qbf_tmp_file=
"sKizzo.qdimacs";
52 std::ofstream out(qbf_tmp_file.c_str());
76 std::getline(in, line);
78 if(!line.empty() && line[line.size() - 1] ==
'\r')
79 line.resize(line.size()-1);
81 if(line==
"The instance evaluates to TRUE.")
87 else if(line==
"The instance evaluates to FALSE.")
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
size_t no_clauses() const override
virtual size_t no_variables() const override
mstreamt & status() const
virtual resultt prop_solve()
std::string solver_text() const override
tvt l_get(literalt a) const override
qbf_skizzot(message_handlert &message_handler)
virtual void write_qdimacs_cnf(std::ostream &out)
#define CHECK_RETURN(CONDITION)
#define UNREACHABLE
This should be used to mark dead code.