Back to Or Tools

Routing

ortools/routing/parsers/README.md

2016-061.7 KB
Original Source

Routing

This folder contains utilities for usual file formats useful in routing problems and utilities directly related to these file formats.

solution_serializer.h contains a generic serializer for routing solutions for many formats.

<!-- mdformat off(go/g3mark doesn't support multiline tables, b/267197123) -->
Problem typeFile formatCorresponding parserData storageData sets
TSPTSPLIBtsplib_parser.hTSPLIB95
TSPTWTSPTWtsptw_parser.hTSPTW
PDTSP / TSPPDPDTSPpdtsp_parser.hPDTSP
CVRPTSPLIBtsplib_parser.hTSPLIB95
VRPTWSolomonsolomon_parser.hSolomon, Homberger
CARPCARPLIBcarplib_parser.hCARPLIB
NEARPNEARPLIBnearplib_parser.hNEARPLIB
PDPTWLiLimlilim_parser.hLiLim
MCNDDowdow_parser.hcapacity_planning.protoCanad
<!-- mdformat on -->

In the future, this folder will contain the whole routing solver.