Moving the Match class in sim-anneal to its own file in the util directory for consistent file structure.
sim-anneal and dfs, along with their services, require the Match class to function. As the definition in dfs is extended by the definition in sim-anneal, only the sim-anneal Match class should be moved and the one in dfs discarded.
Once the moves have been made, all code that uses the class will have to import it from its new destination.
Moving the Match class in sim-anneal to its own file in the util directory for consistent file structure.
sim-anneal and dfs, along with their services, require the Match class to function. As the definition in dfs is extended by the definition in sim-anneal, only the sim-anneal Match class should be moved and the one in dfs discarded.
Once the moves have been made, all code that uses the class will have to import it from its new destination.