The associated conflict graph containing the poset.

The conflict graph is used instead of the original poset so that the conflict graph can be reused in different coloration based on the same poset.

Property definitions

nitc $ POSetGroupColorer :: graph=
	# The associated conflict graph containing the poset.
	#
	# The conflict graph is used instead of the original poset so that the conflict graph can be reused
	# in different coloration based on the same poset.
	var graph: POSetConflictGraph[H]
src/compiler/coloring.nit:292,2--296,33