Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Memory blowup 2

This code in Sage 4.8 (with CPlex installed if that matters) uses a lot of memory. After around 36 million graphs, it is using around 21 Gigs:

for g in graphs.nauty_geng("11"):
    ind_set = g.independent_set()