ProvideQ / toolbox-server

Resources for the server that hosts the toolbox (Backend)
https://provideq.kit.edu
MIT License
1 stars 1 forks source link

Vehicle Routing Problem Mask #79

Closed koalamitice closed 2 weeks ago

koalamitice commented 2 weeks ago

Problem Mask to enter CVRP problems. We want to use the TSPLIB ".vrp" format as input Examples can be found here: https://github.com/pdrozdowski/TSPLib.Net/tree/master/TSPLIB95/vrp

CVRP solvers will be added by Lucas later, so we just need to problem mask at the moment (without a working solver)

koalamitice commented 2 weeks ago

Got added with #78 -> will be closed.