cordeau_laporte module¶
Formatting modules from raw objects containing Cordeau-Laporte problem instances to ``jinete```s class hierarchy.
-
class
jinete.loaders.formatters.cordeau_laporte.
CordeauLaporteLoaderFormatter
(data)[source]¶ Bases:
jinete.loaders.formatters.abc.LoaderFormatter
Format a HashCode problem instance from a raw object to build
jinete
’s set of objects.-
__init__
(data)¶ Construct a new instance.
- Parameters
data (Any) – The object to retrieve the on load instance.
-
fleet
(surface, *args, **kwargs)[source]¶ Retrieve the fleet object for the current on load instance.
-