3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +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

@ -21,4 +21,9 @@ namespace polysat {
s(s)
{}
bool simplify_clause::apply(clause& cl)
{
(void)s;
return false;
}
}