mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
apply
This commit is contained in:
parent
bf1a7914cd
commit
53f276d225
4 changed files with 13 additions and 1 deletions
|
@ -21,4 +21,9 @@ namespace polysat {
|
|||
s(s)
|
||||
{}
|
||||
|
||||
bool simplify_clause::apply(clause& cl)
|
||||
{
|
||||
(void)s;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue