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

Commit

Permalink
attempt to solve encoding problems that some patchbots have
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Florent Raymond committed Jun 5, 2019
1 parent a07f8c5 commit 900ebf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/graphs/domination.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# -*- coding: utf-8 -*-
r"""
Enumeration of minimal dominating sets
Implementation of the algorithm described in [BDHPR2019]_ to enumerate
the minimal dominating sets of a graph.
Some examples:
EXAMPLES:
We enumerate the minimal dominating sets of the 5-star graph::
Expand Down

0 comments on commit 900ebf0

Please sign in to comment.