Skip to content

Commit

Permalink
Update SemigraphSolver.scala (#2030)
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
pshirshov authored Oct 22, 2023
1 parent d3deae9 commit 501bd65
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ import scala.collection.mutable
/**
* Combined Garbage Collector, Conflict Resolver and Mutation Resolver
*
* Traces the graph from the roots, solves conflict by applying axis rules and
* Traces the graph from the roots, solves the conflicts just in time by applying the axis rules, and
* orders mutators in sane and predictable order.
*
* "predecessor" stands for "a node which should be processed before it's successor".
* "predecessor" stands for "a node which should be processed before its successor".
*
* Map of predecessors is a map where key is a dependant and value is a set of all its direct dependencies
* Map of predecessors is a map where the key is a dependent and the value is a set of all its direct dependencies
*/
trait SemigraphSolver[N, I, V] {
import izumi.distage.planning.solver.SemigraphSolver.*
Expand Down

0 comments on commit 501bd65

Please sign in to comment.