Implementation of the LPBasic line planning algorithm in Julia/JuMP.
The source code is found under the src folder. For usage in the Julia language enviroment, include the LPBasic module using:
include("src/LPBasic.jl")
For more usage instructions and API information, read the documentation at https://amk1710.github.io/LPBasic.jl/.
For information on the problem and project details, read the './relatorio-final.pdf' report(only avaiable in portuguese).
This project uses open source resources, whose respective licenses are in licenses/ directory.
This project was developed by Computer Science André Mazal Krauss, at the Pontifícia Universidade Católica do Rio de Janeiro(PUC-Rio), with supervision from Marcus Poggi.