Uses of Class
it.univr.di.cstnu.algorithms.STNU.EdgeData
Packages that use STNU.EdgeData
-
Uses of STNU.EdgeData in it.univr.di.cstnu.algorithms
Methods in it.univr.di.cstnu.algorithms that return types with arguments of type STNU.EdgeDataModifier and TypeMethodDescription(package private) it.unimi.dsi.fastutil.objects.ObjectList
<STNU.EdgeData> STNU.fastDispatchSTNULowerCaseForwardPropagation
(STNUEdge currentLowerEdge, it.unimi.dsi.fastutil.objects.Object2IntMap<LabeledNode> nodePotential) Determines the moat edges for the lower-case edge associated to lower-case edge(actNode, contNode:lowerCaseValue, contNode)
, using Dijkstra technique based onnodePotential
.