Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux authored Aug 11, 2023
1 parent e3d047f commit 53cd426
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions ortools/routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ file formats.
`solution_serializer.h` contains a generic serializer for routing solutions for
many formats.

| Problem type | File format | Corresponding | Data sets |
: : : parser : :
| ------------- | ----------- | ------------------- | ---------------------- |
| TSP | TSPLIB | `tsplib_parser.h` | [TSPLIB95][tsplib95] |
| TSPTW | TSPTW | `tsptw_parser.h` | [TSPTW][tsptw] |
| PDTSP / TSPPD | PDTSP | `pdtsp_parser.h` | [PDTSP][pdtsp] |
| CVRP | TSPLIB | `tsplib_parser.h` | [TSPLIB95][tsplib95] |
| VRPTW | Solomon | `solomon_parser.h` | [Solomon][solomon], |
: : : : [Homberger][homberger] :
| CARP | CARPLIB | `carplib_parser.h` | [CARPLIB][carplib] |
| NEARP | NEARPLIB | `nearplib_parser.h` | [NEARPLIB][nearplib] |
| Problem type | File format | Corresponding parser | Data sets |
| ------------- | ----------- | -------------------- | ---------------------- |
| TSP | TSPLIB | `tsplib_parser.h` | [TSPLIB95][tsplib95] |
| TSPTW | TSPTW | `tsptw_parser.h` | [TSPTW][tsptw] |
| PDTSP / TSPPD | PDTSP | `pdtsp_parser.h` | [PDTSP][pdtsp] |
| CVRP | TSPLIB | `tsplib_parser.h` | [TSPLIB95][tsplib95] |
| VRPTW | Solomon | `solomon_parser.h` | [Solomon][solomon], <p> [Homberger][homberger] |
| CARP | CARPLIB | `carplib_parser.h` | [CARPLIB][carplib] |
| NEARP | NEARPLIB | `nearplib_parser.h` | [NEARPLIB][nearplib] |

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

Expand Down

0 comments on commit 53cd426

Please sign in to comment.