The crown is composed by the elements that are:

  • not part of the core nor the border
  • are in single inheritance

    REQUIRE: is_colored

Property definitions

nitc $ POSetConflictGraph :: crown
	# The crown is composed by the elements that are:
	#  * not part of the core nor the border
	#  * are in single inheritance
	# REQUIRE: is_colored
	var crown = new HashSet[E]
src/compiler/coloring.nit:34,2--38,27