3
0
Fork 0
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:
Alex Horn 2015-05-12 14:22:32 +01:00
parent 0f78238b7e
commit efaba8eb40

View file

@ -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(); }