---------------------------------------------------------------------------
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'