algorithms package¶
Contains the implementation of solving methods.
A set of solving methods who ensures optimality of solutions when they finish. |
|
Set of solving methods with reasonable space and time complexity. |
|
Advanced solving methods built on top of heuristics. |
|
Abstract algorithm definitions. |
|
Naive algorithm definitions. |