algorithms package

Contains the implementation of solving methods.

jinete.algorithms.exacts

A set of solving methods who ensures optimality of solutions when they finish.

jinete.algorithms.heuristics

Set of solving methods with reasonable space and time complexity.

jinete.algorithms.metaheuristics

Advanced solving methods built on top of heuristics.

jinete.algorithms.abc

Abstract algorithm definitions.

jinete.algorithms.naive

Naive algorithm definitions.