3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 19:17:53 +00:00

still adding labels to duality

This commit is contained in:
Ken McMillan 2013-05-07 11:04:10 -07:00
commit b935e1e71a
7 changed files with 41 additions and 87 deletions

View file

@ -733,8 +733,10 @@ namespace Duality {
Term ProjectFormula(std::vector<Term> &keep_vec, const Term &f);
public:
int SubtermTruth(hash_map<ast,int> &memo, const Term &);
private:
void ImplicantRed(hash_map<ast,int> &memo, const Term &f, std::vector<Term> &lits,
hash_set<ast> *done, bool truth, hash_set<ast> &dont_cares);