Package de.unima.alcomox.algorithms

Class Summary
AlcomoExtraction  
AStarSearch A uniform cost search to solve an extraction problem. .
ConflictSearch  
ConflictStore  
Coord A Lock represent a locked coordinate in a mapping matrix.
Greedy A greedy algoritm to solve an extraction problem.
GreedyMinimize A uniform cost search to solve an extraction problem. .
HungarianSearch A uniform cost search using the hungarian method
IndexMarker An index marker is an array of flags that inform wether or not a correspondence of a mapping is active or not.
LockMarker A lock marker is an array of flags that inform wether or not a correspondence of a mapping is active or not.
StateAnalyzer