menu
lunaris_engine package
documentation
network/dinics_algorithm.dart
LayeredNode<T>
LayeredNode.new const constructor
LayeredNode.new const constructor
dark_mode
light_mode
LayeredNode<
T
>
constructor
const
LayeredNode<
T
>
(
T
node
,
int
level
)
Implementation
const LayeredNode(this.node, this.level);
lunaris_engine package
documentation
network/dinics_algorithm
LayeredNode<T>
LayeredNode.new const constructor
LayeredNode class