documentationfor yFiles for HTML 2.6

RankAssignmentAlgorithm

This class provides algorithms for solving the rank assignment problem.

Inheritance Hierarchy
RankAssignmentAlgorithm

Remarks

Definitions

Let G=(V,E) be a directed acyclic graph. Let length(e) denote the minimum length and weight(e) the weight of an edge e.

The rank assignment problem is the problem of finding integer values rank(v) for all v in V, such that:

  • rank(v) - rank(w) >= length(v,w), for all (v,w) in E and,
  • the sum ∑(weight(v,w) * (rank(v) - rank(w))) over all (v,w) in E is minimized.

Type Details

yfiles module
algorithms
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.algorithms.RankAssignments

Static Methods