Ask Your Question

Ganapati Natarajan's profile - activity

2025-03-03 19:29:57 +0200 received badge  Notable Question (source)
2025-03-03 19:29:57 +0200 received badge  Famous Question (source)
2024-08-22 13:24:04 +0200 received badge  Student (source)
2022-09-08 13:42:01 +0200 received badge  Popular Question (source)
2022-07-04 08:12:48 +0200 received badge  Popular Question (source)
2020-01-27 16:38:58 +0200 received badge  Famous Question (source)
2019-11-23 04:54:53 +0200 received badge  Popular Question (source)
2019-11-23 04:54:53 +0200 received badge  Notable Question (source)
2019-07-28 18:36:06 +0200 asked a question How to compute a perfect matching in a general graph?

Are there functions to compute a maximal or perfect matching, or all the maximal/perfect matchings in a general (bipartite or non-bipartite) graph

2019-07-28 18:36:06 +0200 asked a question Is there a built-in function to compute ALL the Hamiltonian cycles in a graph?

The function hamiltonian_cycle only computes one Hamiltonian cycle of a graph, how can we compute all the cycles if there are more than one.

2019-07-28 18:36:06 +0200 asked a question Is there a built-in function to compute all the Hamiltonian cycles in a Graph?

The function hamiltonian_cycle returns a single Hamiltonian cycle, is there a function which can compute all the Hamiltonian cycles in a graph as can be done in Mathematica. If not please suggest a way to do this in sage math.