Submitted vehicle_routing/vrptw_ultimate

This commit is contained in:
FiveMovesAhead 2025-12-01 15:09:59 +00:00
parent bdc6ed6794
commit 3bc395ef5a
3 changed files with 2467 additions and 1 deletions

View File

@ -168,7 +168,8 @@
// c002_a085
// c002_a086
pub mod vrptw_ultimate;
pub use vrptw_ultimate as c002_a086;
// c002_a087

View File

@ -0,0 +1,23 @@
# TIG Code Submission
## Submission Details
* **Challenge Name:** vehicle_routing
* **Algorithm Name:** vrptw_ultimate
* **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