Contents:
Abstract class definitions.
jinete.algorithms.exacts.models.abc.
LinearModel
Bases: abc.ABC
abc.ABC
Linear model class.
This class contains the linear model representation of the defined problem.
__init__
Construct a new instance.
fleet (Fleet) – The fleet of vehicles.
job (Job) – The set of trips to be completed.
args – Additional positional arguments.
kwargs – Additional named arguments.
solve
Perform a optimization based on the linear model.
:return A set of optimized routes.
Set[Route]