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

Commit

Permalink
trac #13917: A couple of mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Mar 13, 2014
1 parent 1be18a5 commit 2e15c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/sage/graphs/graph.py
Expand Up @@ -4855,7 +4855,7 @@ def topological_minor(self, H, vertices = False, paths = False, solver=None, ver

### Cliques

def def cliques_maximal(self, algorithm = "native"):
def cliques_maximal(self, algorithm = "native"):
"""
Returns the list of all maximal cliques, with each clique represented
by a list of vertices. A clique is an induced complete subgraph, and a
Expand Down
2 changes: 0 additions & 2 deletions src/sage/graphs/independent_sets.pxd
@@ -1,7 +1,5 @@
from libc.stdint cimport uint32_t, uint64_t
include "sage/misc/binary_matrix.pxi"
include "sage/misc/bitset_pxd.pxi"
#include "sage/misc/bitset_pxd.pxi"

cdef class IndependentSets:
cdef binary_matrix_t g
Expand Down

0 comments on commit 2e15c7d

Please sign in to comment.