You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-12-c35ef55e0995> in <cell line: 10>()
8 nx.set_node_attributes(G, None, "colour")
9
---> 10 total_list_colouring_solution(G)
3 frames
/usr/local/lib/python3.10/dist-packages/constraint/__init__.py in getSolutionIter(self, domains, constraints, vconstraints)
492 for variable in domains
493 ]
--> 494 lst.sort()
495 for item in lst:
496 if item[-1] not in assignments:
TypeError: '<' not supported between instances of 'tuple' and 'int'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: