Border is composed by minimal elements of the core:

  • that have multiple direct parents
  • but whose subelements are all in single inheritance

    REQUIRE: is_colored

Property definitions

nitc $ POSetConflictGraph :: border=
	# Border is composed by minimal elements of the core:
	#  * that have multiple direct parents
	#  * but whose subelements are all in single inheritance
	# REQUIRE: is_colored
	var border = new HashSet[E]
src/compiler/coloring.nit:28,2--32,28