penguian / Boolean-Cayley-graphs

Investigations of Boolean functions, their Cayley graphs, and associated structures.
GNU General Public License v3.0
6 stars 1 forks source link

Speed up sqlite3 #45

Closed penguian closed 2 years ago

penguian commented 2 years ago

Speed up the creation of Sqlite3 databases by changing the schema to prefer canonical_label_hash to graph_id. Update code, notebooks and Sage objects to work properly with more recent versions of Sage. Closes issue #44

penguian commented 2 years ago

Merge. The Sqlite3 interface is at least as fast as it was, and the rest of the project is more up-to-date with respect to recent Sage versions.