Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirkschumacher/TransitmapSolver.jl
Generate transitmaps automatically using mixed integer programming
https://github.com/dirkschumacher/TransitmapSolver.jl
Last synced: 5 days ago
JSON representation
Generate transitmaps automatically using mixed integer programming
- Host: GitHub
- URL: https://github.com/dirkschumacher/TransitmapSolver.jl
- Owner: dirkschumacher
- License: gpl-3.0
- Created: 2017-05-30T06:38:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T14:10:13.000Z (about 7 years ago)
- Last Synced: 2024-08-01T12:36:13.700Z (3 months ago)
- Language: Julia
- Homepage:
- Size: 43.9 KB
- Stars: 25
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - dirkschumacher/TransitmapSolver.jl - Generate transitmaps automatically using mixed integer programming (others)
README
[![Build Status](https://travis-ci.org/dirkschumacher/TransitmapSolver.jl.svg?branch=master)](https://travis-ci.org/dirkschumacher/TransitmapSolver.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/mcnjxvve5do10sce/branch/master?svg=true)](https://ci.appveyor.com/project/dirkschumacher/transitmapsolver-jl/branch/master)
[![codecov](https://codecov.io/gh/dirkschumacher/TransitmapSolver.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/dirkschumacher/TransitmapSolver.jl)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)# TransitmapSolver
This is a work in progress implementation of a solver that can generate
simplified transitmaps. It currently (tries) to implement the model proposed by Nollenburg & Wolff (2011). It also draws from the thesis of Nollenburg (2005).## References
Nollenburg, M., & Wolff, A. (2011). Drawing and labeling high-quality metro maps by mixed-integer programming. IEEE Transactions on Visualization and Computer Graphics, 17(5), 626-641.
Nollenburg, M. (2005). Automated Drawing of Metro Maps (Master thesis, Technical University of Karlsruhe). Retrieved from http://i11www.iti.kit.edu/extra/publications/n-admm-05da.pdf