3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 20:46:01 +00:00
This commit is contained in:
Jakob Rath 2022-08-22 12:44:56 +02:00
parent bf1a7914cd
commit 53f276d225
4 changed files with 13 additions and 1 deletions

View file

@ -22,6 +22,8 @@ namespace polysat {
public:
simplify_clause(solver& s);
bool apply(clause& cl);
};
}