how to declare demands ?
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 25/100
- Issue 类型
- 文档
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- cpp, javascript, node.js
- 领域
- api, documentation
调研方向
从文档对需求的描述和 vrpSolverOpts 示例开始,尤其关注其 demands 数组。明确每个值如何映射到一个位置,并为 issue 中描述的五个配送地点和车辆容量添加一个完整示例。
由索引模型根据 Issue 内容生成。
描述
Hello, i'm really confused about how to declare demands, in the documentation it states that there is a from-to locations pair of values, and in this example i see 3 values inside a single array, i'm confused which one is which:
var vrpSolverOpts = {
numNodes: 3,
costs: [[0, 10, 10], [10, 0, 10], [10, 10, 0]],
durations: [[0, 2, 2], [2, 0, 2], [2, 2, 0]],
timeWindows: [[0, 9], [2, 3], [2, 3]],
demands: [[0, 0, 0], [1, 1, 1], [1, 1, 1]]
};
Let's say i have 3 vehicles with capacity of 15 each.
All goods are loaded from the depot.
and 5 locations to deliver to with the following demands :
location A demands 5
location B demands 3
location C demands 2
location D demands 7
location E demands 10
How can I specify the demands in such case ?
Thank you.
- 主要语言
- C++
- 星标
- 155
- 派生
- 47
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
mapbox/node-or-tools 的其他 Issue
-
难度 5/5 一周以上 新手友好度 10/100
mapbox/node-or-tools#84 ·
-
难度 4/5 3-5 天 新手友好度 25/100
mapbox/node-or-tools#82 ·
-
难度 3/5 1-2 天 新手友好度 35/100
mapbox/node-or-tools#81 ·
-
难度 4/5 3-5 天 新手友好度 25/100
mapbox/node-or-tools#80 ·
-
Windows build 未关闭
难度 5/5 一周以上 新手友好度 15/100
mapbox/node-or-tools#77 · 5 个 reaction ·
查看 mapbox/node-or-tools 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
Component: GLib
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 65/100
brave/brave-browser#59300 ·
-
Mute ydb/tests/functional/dstool/test_canonical_requests.py.Test.test_group_take_snapshot in main 未关闭ai_reviewed
难度 2/5 1-3 小时 新手友好度 70/100
ydb-platform/ydb#53974 · 3 条评论 ·