math1um / objects-invariants-properties

Objects, Invariants and Properties for Graph Theory (GT) automated conjecturing: in particular with the Sage program CONJECTURING: http://nvcleemp.github.io/conjecturing/
GNU General Public License v3.0
14 stars 6 forks source link

Number_of_loops (always returns zero)? #566

Open math1um opened 6 years ago

math1um commented 6 years ago

This returns 0 for every graph (as simple graphs don't have loops).

Should we keep it?

yirkajk commented 6 years ago

I was going to ask soon what the limits are for our project. Generally, I think we cover connnected simple graphs (unweighted, undirected, no loops, no multi-edges). But, we have a couple of disconnected graphs, and we recently added a weighted graph.

So, I didn't know if we would like the option of graphs with loops, etc.