Submitted vehicle_routing/native_routing

This commit is contained in:
FiveMovesAhead 2025-12-01 15:09:32 +00:00
parent bdc6ed6794
commit 7aa6bc47fb
3 changed files with 1455 additions and 1 deletions

View File

@ -146,7 +146,8 @@
// c002_a074
// c002_a075
pub mod native_routing;
pub use native_routing as c002_a075;
// c002_a076

View File

@ -0,0 +1,23 @@
# TIG Code Submission
## Submission Details
* **Challenge Name:** vehicle_routing
* **Algorithm Name:** native_routing
* **Copyright:** 2025 Rootz
* **Identity of Submitter:** Rootz
* **Identity of Creator of Algorithmic Method:** null
* **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