Ugly Alpha 1
vrp-core:1.13.0

total uncompressed bytes

917.9 KB

total files

212

Fix

NewInclude { include: [ "src/**/*", "README.md", ], has_build_script: false, }

82 wasted files

total waste: 291.6 KB

  1. tests/unit/construction/clustering/vicinity/estimations_test.rs : 21.1 KB
  2. tests/unit/construction/constraints/transport_test.rs : 18.4 KB
  3. tests/unit/construction/heuristics/evaluators_test.rs : 16.4 KB
  4. tests/unit/construction/probing/repair_solution_test.rs : 13.6 KB
  5. tests/unit/solver/mutation/local/exchange_swap_star_test.rs : 11.5 KB
  6. tests/unit/models/problem/jobs_test.rs : 9.3 KB
  7. tests/unit/construction/constraints/capacity_test.rs : 7.8 KB
  8. tests/unit/construction/constraints/locking_test.rs : 7.6 KB
  9. tests/unit/models/problem/costs_test.rs : 7.4 KB
  10. tests/unit/solver/mutation/local/exchange_sequence_test.rs : 7.2 KB
  11. tests/unit/construction/constraints/area_test.rs : 6.8 KB
  12. tests/unit/algorithms/clustering/dbscan_test.rs : 6.2 KB
  13. tests/unit/solver/processing/vicinity_clustering_test.rs : 6.2 KB
  14. tests/unit/algorithms/mdp/simulator_test.rs : 6.2 KB
  15. tests/helpers/solver/mutation.rs : 5.5 KB
  16. tests/unit/models/solution/tour_test.rs : 5.4 KB
  17. tests/helpers/models/problem/jobs.rs : 5.3 KB
  18. tests/helpers/solver/mod.rs : 5.0 KB
  19. tests/unit/solver/population/elitism_test.rs : 5.0 KB
  20. tests/helpers/models/problem/fleet.rs : 4.9 KB
  21. tests/unit/solver/population/rosomaxa_test.rs : 4.9 KB
  22. tests/helpers/construction/clustering/vicinity.rs : 4.8 KB
  23. tests/helpers/models/solution/route.rs : 4.6 KB
  24. tests/helpers/models/domain.rs : 4.6 KB
  25. tests/unit/construction/clustering/dbscan_test.rs : 4.0 KB
  26. tests/unit/models/common/load_test.rs : 4.0 KB
  27. tests/helpers/algorithms/nsga2/objective.rs : 3.8 KB
  28. tests/unit/algorithms/nsga2/non_dominated_sort_test.rs : 3.8 KB
  29. tests/unit/construction/constraints/conditional_test.rs : 3.7 KB
  30. tests/unit/construction/constraints/pipeline_test.rs : 3.6 KB
  31. tests/unit/solver/objectives/total_transport_test.rs : 3.3 KB
  32. tests/unit/solver/termination/min_variation_test.rs : 3.3 KB
  33. tests/unit/construction/heuristics/context_test.rs : 3.1 KB
  34. tests/unit/solver/mutation/decompose_search_test.rs : 3.0 KB
  35. tests/unit/solver/objectives/total_value_test.rs : 3.0 KB
  36. tests/unit/algorithms/nsga2/nsga2_sort_test.rs : 2.9 KB
  37. tests/unit/solver/mutation/ruin/adjusted_string_removal_test.rs : 2.8 KB
  38. tests/unit/solver/evolution/evolution_test.rs : 2.7 KB
  39. tests/unit/models/solution/actor_test.rs : 2.7 KB
  40. tests/unit/solver/mutation/ruin/route_removal_test.rs : 2.5 KB
  41. tests/unit/solver/hyper/dynamic_selective_test.rs : 2.3 KB
  42. tests/unit/solver/mutation/ruin/cluster_removal_test.rs : 2.3 KB
  43. tests/unit/solver/objectives/tour_order_test.rs : 2.3 KB
  44. tests/unit/solver/mutation/local/exchange_inter_route_test.rs : 2.2 KB
  45. tests/unit/construction/heuristics/selectors_test.rs : 2.0 KB
  46. tests/unit/algorithms/nsga2/crowding_distance_test.rs : 1.9 KB
  47. tests/unit/construction/heuristics/metrics_test.rs : 1.9 KB
  48. tests/helpers/algorithms/gsom/mod.rs : 1.9 KB
  49. tests/unit/construction/constraints/tour_size_test.rs : 1.9 KB
  50. tests/unit/solver/telemetry_test.rs : 1.8 KB
  51. tests/unit/models/common/domain_test.rs : 1.8 KB
  52. tests/unit/construction/clustering/vicinity/vicinity_test.rs : 1.7 KB
  53. tests/helpers/utils/random.rs : 1.7 KB
  54. tests/unit/solver/mutation/ruin/worst_jobs_removal_test.rs : 1.6 KB
  55. tests/unit/algorithms/gsom/network_test.rs : 1.5 KB
  56. tests/helpers/construction/constraints.rs : 1.5 KB
  57. tests/unit/solver/mutation/recreate/recreate_with_blinks_test.rs : 1.4 KB
  58. tests/helpers/models/solution/actor.rs : 1.2 KB
  59. tests/helpers/construction/heuristics.rs : 1.2 KB
  60. tests/unit/utils/iterators_test.rs : 1.1 KB
  61. tests/helpers/models/problem/costs.rs : 1.0 KB
  62. tests/helpers/macros.rs : 891 B
  63. tests/unit/solver/population/greedy_test.rs : 863 B
  64. tests/unit/solver/termination/max_generation_test.rs : 806 B
  65. tests/unit/algorithms/gsom/node_test.rs : 780 B
  66. tests/unit/algorithms/geometry/point_test.rs : 700 B
  67. tests/unit/utils/random_test.rs : 652 B
  68. tests/unit/models/problem/fleet_test.rs : 599 B
  69. tests/unit/algorithms/gsom/state_test.rs : 533 B
  70. tests/unit/solver/objectives/total_unassigned_jobs_test.rs : 450 B
  71. tests/helpers/construction/clustering/dbscan.rs : 386 B
  72. tests/helpers/utils/mod.rs : 295 B
  73. tests/helpers/mod.rs : 132 B
  74. tests/helpers/algorithms/mod.rs : 128 B
  75. tests/helpers/models/problem/mod.rs : 105 B
  76. tests/helpers/models/solution/mod.rs : 71 B
  77. tests/helpers/models/mod.rs : 68 B
  78. tests/helpers/models/common/mod.rs : 64 B
  79. tests/helpers/construction/mod.rs : 61 B
  80. tests/helpers/algorithms/nsga2/mod.rs : 43 B
  81. tests/helpers/models/common/primitives.rs : 42 B
  82. tests/helpers/construction/clustering/mod.rs : 34 B