mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Fix negation in documentation
Signed-off-by: Alex Horn <t-alexh@microsoft.com>
This commit is contained in:
parent
0f78238b7e
commit
efaba8eb40
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ namespace datalog {
|
|||
\brief fast emptiness check. This may be partial.
|
||||
The requirement is that if fast_empty returns true
|
||||
then the table or relation is in fact empty.
|
||||
It is allowed to return false even if the relation is non-empty.
|
||||
It is allowed to return false even if the relation is empty.
|
||||
*/
|
||||
virtual bool fast_empty() const { return empty(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue