Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Not giving the best (shortest and fastest) route

オープン
#70 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
node.js
領域
backend

調査の方向性

まず、node-osrm のコストテーブルと issue に示されている地点を使って VRP の結果を再現します。返された A > C > B > D の順序と、より速いと主張されている A > B > C > D のルートを比較し、その後、差異がコストテーブルにあるのか VRP の結果にあるのかを特定します。順序の違いの原因が特定され、期待される最適化後の順序を再現できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

It is not taking the best (shortest and fastest) route. The image shows the points to visit ordered as the VRP result.
i use node-osrm to get the cost table using.

image

As you can see, it ordered to visit A > C > B > D

I Draw these points to osrm route and give this as not the fastest one.

The fastest one was ordering as A > B > C > D , just by some little difference, but i expect it to be the optimized order

主要言語
C++
スター
155
フォーク
47
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

mapbox/node-or-tools のほかの issue

mapbox/node-or-tools の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。