pyvrp-zone-checker


Namepyvrp-zone-checker JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summary`pyvrp-zone-checker` is a package wrapper for zone-checker in PyVRP
upload_time2025-01-25 23:21:17
maintainerNone
docs_urlNone
authorPhuripat Kongsakban
requires_python<4.0,>=3.9
licenseMIT
keywords vehicle routing problem hybrid genetic search metaheuristic zone checker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Zone Checker
Add zone checker to pyvrp


# Forked Repo - [PyVRP]

This is a fork of [PyVRP](https://github.com/PyVRP/PyVRP).  
It includes modifications for Zone checker.

# Usage
you can add zone by add another section in .vrp file
```txt
  ZONE_SECTION
  1	0
  2	1
  3	1
  4	2
  5	2
```
The route will be checked to ensure that every route does not have more than one zone and that all routes do not cross zones. 

# Contributors
[ZGA2519](https://github.com/ZGA2519) <br>
[Teeraphat6509611809](github.com/Teeraphat6509611809) <br>
[Kittithara6509611544](https://github.com/Kittithara6509611544) <br>
[Chayatorn-Prukrattananapa](https://github.com/Chayatorn-Prukrattananapa) <br>


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyvrp-zone-checker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "vehicle routing problem, hybrid genetic search, metaheuristic, zone checker",
    "author": "Phuripat Kongsakban",
    "author_email": "phuripat2519.work@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c6/74/218e790a4125d936f6eed1798ef844a62f5861a9aca553c40db99324950a/pyvrp_zone_checker-0.1.0.tar.gz",
    "platform": null,
    "description": "# Zone Checker\nAdd zone checker to pyvrp\n\n\n# Forked Repo - [PyVRP]\n\nThis is a fork of [PyVRP](https://github.com/PyVRP/PyVRP).  \nIt includes modifications for Zone checker.\n\n# Usage\nyou can add zone by add another section in .vrp file\n```txt\n  ZONE_SECTION\n  1\t0\n  2\t1\n  3\t1\n  4\t2\n  5\t2\n```\nThe route will be checked to ensure that every route does not have more than one zone and that all routes do not cross zones. \n\n# Contributors\n[ZGA2519](https://github.com/ZGA2519) <br>\n[Teeraphat6509611809](github.com/Teeraphat6509611809) <br>\n[Kittithara6509611544](https://github.com/Kittithara6509611544) <br>\n[Chayatorn-Prukrattananapa](https://github.com/Chayatorn-Prukrattananapa) <br>\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "`pyvrp-zone-checker` is a package wrapper for zone-checker in PyVRP",
    "version": "0.1.0",
    "project_urls": {
        "Repository": "https://github.com/ZGA2519/PyVRP_zone_checker"
    },
    "split_keywords": [
        "vehicle routing problem",
        " hybrid genetic search",
        " metaheuristic",
        " zone checker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44d8a4ad73c611008e60300bfbe0bf66b2640e6a8c7b7f4f7f6aae6f317df32f",
                "md5": "1af899e22594ba1d41dac7c3cf376d19",
                "sha256": "e735c6f27482dbd5d1ae55efa033b3db69921ec9717858f015f3235b58ddfa5e"
            },
            "downloads": -1,
            "filename": "pyvrp_zone_checker-0.1.0-cp310-cp310-manylinux_2_35_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1af899e22594ba1d41dac7c3cf376d19",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4.0,>=3.9",
            "size": 1537414,
            "upload_time": "2025-01-25T23:21:13",
            "upload_time_iso_8601": "2025-01-25T23:21:13.906953Z",
            "url": "https://files.pythonhosted.org/packages/44/d8/a4ad73c611008e60300bfbe0bf66b2640e6a8c7b7f4f7f6aae6f317df32f/pyvrp_zone_checker-0.1.0-cp310-cp310-manylinux_2_35_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c674218e790a4125d936f6eed1798ef844a62f5861a9aca553c40db99324950a",
                "md5": "1786f2c9982b0dd0bf1e4e8ab3bfa7ad",
                "sha256": "9d1047d762232503d289e80ad7f3a6fc593197875cd8e065e1e9b34532329e4f"
            },
            "downloads": -1,
            "filename": "pyvrp_zone_checker-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1786f2c9982b0dd0bf1e4e8ab3bfa7ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 1261566,
            "upload_time": "2025-01-25T23:21:17",
            "upload_time_iso_8601": "2025-01-25T23:21:17.689803Z",
            "url": "https://files.pythonhosted.org/packages/c6/74/218e790a4125d936f6eed1798ef844a62f5861a9aca553c40db99324950a/pyvrp_zone_checker-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 23:21:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ZGA2519",
    "github_project": "PyVRP_zone_checker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyvrp-zone-checker"
}
        
Elapsed time: 0.66991s