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

generalize add_to_lists in Utilities.sage #647

Closed math1um closed 2 years ago

math1um commented 2 years ago

add_to_lists in Utilities.sage

currently defined for graphs, but actually works for anything, and is used for adding invariants, and will be used for adding properties.

the doctest should not mention graphs specifically.