Docs.rs
  • ibn_battuta-0.1.1
    • ibn_battuta 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • BIRSAx2
    • Dependencies
      • approx ^0.5.1 normal
      • clap ^4.0 normal
      • getset ^0.1.2 normal
      • log ^0.4.20 normal
      • rand ^0.8.5 normal
      • rayon ^1.10.0 normal
      • approx ^0.5.0 dev
    • Versions
    • 71.43% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ibn_battuta0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • algorithms::Solution
  • algorithms::exact::BellmanHeldKarp
  • algorithms::exact::branch_and_bound::BranchAndBound
  • algorithms::exact::brute_force::BruteForce
  • algorithms::heuristic::local_search::lin_kernighan::LinKernighan
  • algorithms::heuristic::local_search::three_opt::ThreeOpt
  • algorithms::heuristic::local_search::two_opt::TwoOpt
  • algorithms::heuristic::nearest_neighbor::NearestNeighbor
  • algorithms::metaheuristic::ant_colony::acs_two_opt::ACS2Opt
  • algorithms::metaheuristic::ant_colony::ant_colony_system::AntColonySystem
  • algorithms::metaheuristic::ant_colony::ant_system::AntSystem
  • algorithms::metaheuristic::ant_colony::rbacs_two_opt::RBACS2Opt
  • algorithms::metaheuristic::ant_colony::red_black_ant_colony_system::RedBlackACS
  • algorithms::metaheuristic::ga_two_opt::GA2Opt
  • algorithms::metaheuristic::genetic_algorithm::GeneticAlgorithm
  • algorithms::metaheuristic::sa_two_opt::SA2Opt
  • algorithms::metaheuristic::simulated_annealing::SimulatedAnnealing
  • parser::Point
  • parser::Tsp
  • parser::TspBuilder

Enums

  • algorithms::utils::Solver
  • parser::CoordKind
  • parser::DisplayKind
  • parser::EdgeFormat
  • parser::ParseTspError
  • parser::TspKind
  • parser::WeightFormat
  • parser::WeightKind

Traits

  • algorithms::TspSolver

Functions

  • parser::metric::att
  • parser::metric::euc_2d
  • parser::metric::euc_3d
  • parser::metric::geo
  • parser::metric::man_2d
  • parser::metric::man_3d
  • parser::metric::max_2d
  • parser::metric::max_3d
  • parser::metric::xray1
  • parser::metric::xray2