Skip to main content

No project description provided

Project description

jinete

PyPI Read the Docs Travis (.org) branch Coveralls github GitHub GitHub stars

Description

High Performance solving suite for the Pickup and Delivery Problem and its related extensions.

IMPORTANT: This project is still under its early stage of development. So it's not recommended yet to use on real world projects.

This library has been inspired (and created) by development from a Final Degree Project, which you can read at: https://github.com/garciparedes/tfg-pickup-and-delivery

How to install

pip install jinete

Getting Started

import jinete as jit

dispatcher = jit.StaticDispatcher(
    partial(jit.FileLoader, file_path=file_path),
    jit.GreedyAlgorithm,
    partial(jit.PromptStorer, formatter_cls=jit.ColumnarStorerFormatter),
)

dispatcher.run()

Documentation

You can find the documentation at: https://jinete.readthedocs.io/

Development

You can install it simply typing:

pipenv install --dev

To run the tests perform:

pipenv python -m unittest discover tests

Repository Contents

  • examples: Basic examples to start using the library.
  • jinete: The source code of the library.
  • tests: The library tests.

LICENSE

This project is licensed under MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jinete-0.0.2.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

jinete-0.0.2-py3-none-any.whl (23.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page