tig-monorepo/tig-algorithms
FiveMovesAhead ceec60d0c5
Some checks failed
Test Workspace / Test Workspace (push) Has been cancelled
Merge remote-tracking branches 'public/hypergraph/freud_opt' and 'public/vehicle_routing/fast_lane_v2'
2026-02-19 10:09:53 +00:00
..
advances Update documentation. 2025-08-27 14:51:59 +01:00
lib Merge remote-tracking branches 'public/hypergraph/freud_opt' and 'public/vehicle_routing/fast_lane_v2' 2026-02-19 10:09:53 +00:00
src Merge remote-tracking branches 'public/hypergraph/freud_opt' and 'public/vehicle_routing/fast_lane_v2' 2026-02-19 10:09:53 +00:00
Cargo.toml Implement job scheduling challenge 2025-12-23 23:41:00 +08:00
README.md Update documentation. 2025-08-27 14:51:59 +01:00

tig-algorithms

A Rust crate that hosts algorithm submissions (code and advances) made by Innovators in TIG.

Submissions are committed to their own branch with the naming pattern:

<challenge_name>\<algorithm_name>

Code submissions will have a Rust implementation at:

src/<challenge_name>/<algorithm_name>/benchmarker_outbound.rs

Advance submissions will have a Markdown file at:

advances/<challenge_name>/<algorithm_name>.md

Important Links for Innovators

License

Each algorithm submission will have 5 versions, each under a specific license:

  • commercial will be under TIG commercial license
  • open_data will be under TIG open data license
  • benchmarker_outbound will be under TIG benchmarker outbound license
  • innovator_outbound will be under TIG innovator outbound license
  • inbound will be under TIG inbound license