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

Add graph to GT #595

Closed math1um closed 3 years ago

math1um commented 6 years ago

g=Graph("GrYZKs")

This is a counterexample to the conjecture: g.size() <= (g.order()^2)/min_degree(g)-1, for maximal triangle-free graphs.

jaritaes99 commented 3 years ago

added