标签: python combinations networkx
我想制作NetworkX图(无向)的组合。
已知条件:
约束:
我用itertools.combinations函数尝试首先生成所有组合列表,然后测试图的约束,但是当节点数大于8时,这太慢了。
itertools.combinations
有没有更快的功能方法呢?