出荷ネットワーク設計
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Shipping Network Design は、Liner Shipping Network Design and Scheduling Problem(LSNDSP)に対処するための API です。問題となるのは、運用コストを最小限に抑えながら、ポート間での商品需要の輸送からの収益を最大化するライナー出荷ネットワークの設計とスケジューリングです。ネットワーク設計のサブ問題は、ネットワークによってサービスを提供するポートのセット、各ルートに割り当てる船舶の数、船が通過するルートを決定することに重点を置いています。スケジューリングに関するサブ問題は、港間の出航時間、貨物の積み下ろしと輸送時間、異なる港間の輸送の需要などの要素を考慮し、船舶の出航スケジュールの開発に関連するものです。
API の概要
API の入力は、インフラストラクチャの
- 港湾(船級固有の費用と制限事項あり)
- 船舶クラス(容量とフリートサイズ)
- 特定の期間とコンテナクラスの互換性におけるポート間の可能な接続に対応する区間の候補
- ポート間の需要(貨物料金とオプションのお届け日数制限あり)
- (オプション)既存の船舶サービス
入力リクエストの詳細については、REST リファレンスのリクエスト セクションをご覧ください。
API の出力は、船舶サービスとコモディティ デマンドパスを提供するレスポンスです。船舶の運行スケジュールは、指定された出発時刻が設定された区間の候補のシーケンスとして定義されます。各船サービスには船クラスが割り当てられています。コモディティ需要パスは、船舶の運行区間のシーケンスとして記述されます。
出力レスポンスの詳細については、REST リファレンスのレスポンス セクションをご覧ください。
ご利用方法
Shipping Network Design API へのアクセス権を取得するには、設定ページの手順に沿って設定します。
アクセスできたら、API の例ページの例に従って、すべてが機能することを確認できます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-09 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-09 UTC。"],[[["\u003cp\u003eThe Shipping Network Design API optimizes liner shipping networks to minimize costs and maximize revenue by determining port selection, vessel allocation, and routes.\u003c/p\u003e\n"],["\u003cp\u003eThe API considers port details, vessel classes, possible routes, and cargo demands as input to generate efficient vessel service schedules and commodity demand paths.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access the API by following setup instructions and find a usage example to get started.\u003c/p\u003e\n"],["\u003cp\u003eProblem-solving is limited to 500 seconds with constraints on the number of ports and demands, with options for larger problems available through contact.\u003c/p\u003e\n"]]],["The API addresses the Liner Shipping Network Design and Scheduling Problem (LSNDSP). It determines optimal port service, vessel allocation per route, and vessel routes. Inputs include ports, vessel classes, possible port connections (leg candidates), and inter-port shipping demands. The API outputs vessel service schedules, which detail sequences of legs and departure times for specific vessel classes, along with commodity demand paths that describe how demands will be routed across those services. Users can get API access by following instructions in setup page.\n"],null,[]]