mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
"Player 0xfe2a215c01a1d98f9364619a68798cce8442ef9c submitted code vehicle_routing/fast_lane"
This commit is contained in:
parent
bd333f8f72
commit
2b066be9b2
23
tig-algorithms/src/vehicle_routing/fast_lane/README.md
Normal file
23
tig-algorithms/src/vehicle_routing/fast_lane/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# TIG Code Submission
|
||||
|
||||
## Submission Details
|
||||
|
||||
* **Challenge Name:** vehicle_routing
|
||||
* **Algorithm Name:** fast_lane
|
||||
* **Copyright:** 2025 testing
|
||||
* **Identity of Submitter:** testing
|
||||
* **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
|
||||
1925
tig-algorithms/src/vehicle_routing/fast_lane/mod.rs
Normal file
1925
tig-algorithms/src/vehicle_routing/fast_lane/mod.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -180,7 +180,8 @@
|
||||
|
||||
// c002_a091
|
||||
|
||||
// c002_a092
|
||||
pub mod fast_lane;
|
||||
pub use fast_lane as c002_a092;
|
||||
|
||||
// c002_a093
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user