"Если из контекста следует, что все рассматриваемые множества являются подмножествами некоторого фиксированного универсального множества X, то определяется операция дополнения"
"Если из контекста следует, что все рассматриваемые множества являются подмножествами некоторого фиксированного универсального множества X, то определяется операция дополнения"
For example, it could be used for installing packages: Each package has some packages (dependencies) that must be installed for successful installation of the package. If we traverse the dependency graph and install packages in topological order, everything would be great
what would Z be in a hierarchy? For example, if I have A>B>C>D would the Z order be 1>2>3>4 or would it be 4>3>2>1, Assuming A is the top most layer, and D is the bottom most layer