Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Restructure input-output blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm58660 committed Jul 8, 2016
1 parent dcbdf00 commit f8aca83
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/sage/combinat/posets/lattices.py
Expand Up @@ -812,10 +812,15 @@ def is_relatively_complemented(self, certificate=False):
INPUT:
- ``certificate``, a Boolean -- If ``False`` (the default), return
only truth value. If ``True``, return either
``(True, None)`` or ``(False, (a, b, c))``, where `b` is the
only element that covers `a` and is covered by `c`.
- ``certificate`` -- (default: ``False``) Whether to return
a certificate if the lattice is not relatively complemented.
OUTPUT:
- If ``certificate=True`` return either ``(True, None)`` or
``(False, (a, b, c))``, where `b` is the only element that
covers `a` and is covered by `c`.
- If ``certificate=False`` return ``True`` or ``False``.
EXAMPLES::
Expand Down

0 comments on commit f8aca83

Please sign in to comment.