suvi.alg.policies
Interface HeuristicNodeOrderingPolicy.HeuristicContext

Enclosing interface:
HeuristicNodeOrderingPolicy

public static interface HeuristicNodeOrderingPolicy.HeuristicContext

Information on the context in which a heuristics is being performed.


Method Summary
 NeighbourInfo above()
           
 NeighbourInfo below()
           
 javautils.maps.ObjectToIntMap nodeToColMap()
           
 javautils.graph.adt.AugmentedGraph preprocessed()
           
 AugmentedNodeRanking ranking()
           
 void sortColumnsTo(java.lang.Object[] nodes, int[] result)
           
 

Method Detail

preprocessed

public javautils.graph.adt.AugmentedGraph preprocessed()

ranking

public AugmentedNodeRanking ranking()

nodeToColMap

public javautils.maps.ObjectToIntMap nodeToColMap()

above

public NeighbourInfo above()

below

public NeighbourInfo below()

sortColumnsTo

public void sortColumnsTo(java.lang.Object[] nodes,
                          int[] result)