Metadata-Version: 2.1
Name: lopaths
Version: 0.9.0a7
Summary: Package to find locally optimal routes in route networks
Home-page: https://github.com/vemomoto/vemomoto
Author: Samuel M. Fischer
License: LGPLv3
Project-URL: Bug Tracker, https://github.com/vemomoto/vemomoto/issues
Project-URL: Documentation, https://vemomoto.github.io/lopaths
Project-URL: Source Code, https://github.com/vemomoto/vemomoto/tree/master/lopaths
Project-URL: Publication, https://doi.org/10.1016/j.trb.2020.09.007
Description: # An Algorithm to Compute Locally Optimal Paths for Large-Scale Traffic Models
        
        This package provides an implementation of the algorithm REVC to compute
        locally optimal routes between many origins and destinations, as described 
        by [Fischer et al. (2020)][REF]. If you use this package 
        in research that leads to a scientific publication, we kindly ask you to 
        cite the publication.
        
        The package is licensed under the [LGPL-v3][LGPL]. For documentation please refer to
        [the project's documentation page on github][DOC]. Please report any bugs on 
        [the project's bug tracker][BUG]. You are welcome to adjust the provided
        files to your needs and to improve the code. It is encouraged that you share any 
        improvements on [the github page][GIT] if possible.
        
        [REF]: https://arxiv.org/abs/1909.08801
        [LGPL]: https://opensource.org/licenses/lgpl-3.0.html
        [DOC]: https://vemomoto.github.io/lopaths
        [GIT]: https://github.com/vemomoto/vemomoto/
        [BUG]: https://github.com/vemomoto/vemomoto/issues
Keywords: alternative paths,choice set,local optimality,road network,route choice
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
