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 counterexample graph #626

Closed math1um closed 3 years ago

math1um commented 3 years ago

g=Graph('FwCZw')

is a counterexample to the conjecture:

alpha=2 -> (either the graph is not chordal or the graph is a biclique)

this graph has alpha=2, IS chordal and is NOT a biclique.

jaritaes99 commented 3 years ago

added as ce142