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 test for whether alpha = 2 #615

Closed math1um closed 3 years ago

math1um commented 3 years ago

def is_alpha_equals_two(g): if independence_number(g) == 2: return True return False

jaritaes99 commented 3 years ago

added it to properties.sage