Submitted vehicle_routing/vrptw_high

This commit is contained in:
FiveMovesAhead 2025-12-01 15:10:01 +00:00
parent bdc6ed6794
commit a949691c87
3 changed files with 2548 additions and 1 deletions

View File

@ -170,7 +170,8 @@
// c002_a086
// c002_a087
pub mod vrptw_high;
pub use vrptw_high as c002_a087;
// c002_a088

View File

@ -0,0 +1,23 @@
# TIG Code Submission
## Submission Details
* **Challenge Name:** vehicle_routing
* **Algorithm Name:** vrptw_high
* **Copyright:** 2025 Rootz
* **Identity of Submitter:** Rootz
* **Identity of Creator of Algorithmic Method:** Rootz
* **Unique Algorithm Identifier (UAI):** null
## License
The files in this folder are under the following licenses:
* TIG Benchmarker Outbound License
* TIG Commercial License
* TIG Inbound Game License
* TIG Innovator Outbound Game License
* TIG Open Data License
* TIG THV Game License
Copies of the licenses can be obtained at:
https://github.com/tig-foundation/tig-monorepo/tree/main/docs/licenses

File diff suppressed because it is too large Load Diff