OR-Tools とその解法の引用方法

OR-Tools は、Google のソルバーのスイート(CP-SAT、GLOP、PDLP)と 多数のオープンソースを呼び出せるソルバーに依存しないインターフェース 商用ソルバーです

CP-SAT ソルバー(Flatzinc バックエンド)の引用方法

直接またはを通じて CP-SAT ソルバーに言及している出版物 線形ソルバー ラッパー(SAT_INTEGER_PROGRAMMING タグ付き)または そのバージョン番号を適宜更新して、次のように引用する必要があります。

OR-Tools CP-SAT v9.10.ローラン ペロン、フレデリック ディディエ。 https://developers.google.com/optimization/cp/cp_solver.

BibTeX:

@software{cpsatlp,
  title = {CP-SAT},
  version = { v9.10 },
  author = {Laurent Perron and Frédéric Didier},
  organization = {Google},
  url = {https://developers.google.com/optimization/cp/cp_solver/},
  date = { 2024-05-07 }
}

制約プログラミングに関する CPAIOR 2020 マスタークラスの次の動画 を参考にすることもできます。

BibTeX:

@misc{cpsatlp_cpaior_masterclass,
  title={CPAIOR 2020 Master Class: Constraint Programming},
  url={https://youtu.be/lmy1ddn4cyw},
  journal={CPAIOR},
  author={CPAIOR},
  year={2020},
  month={Sept.},
}

以下の要約は、CP2023 で行われた全体会議に言及しています。 カンファレンス:

BibTeX:

@InProceedings{perron_et_al:LIPIcs.CP.2023.3,
  author =  {Perron, Laurent and Didier, Fr\'{e}d\'{e}ric and Gay, Steven},
  title =   {The CP-SAT-LP Solver},
  booktitle =   {29th International Conference on Principles and Practice of Constraint Programming (CP 2023)},
  pages =   {3:1--3:2},
  series =  {Leibniz International Proceedings in Informatics (LIPIcs)},
  ISBN =    {978-3-95977-300-3},
  ISSN =    {1868-8969},
  year =    {2023},
  volume =  {280},
  editor =  {Yap, Roland H. C.},
  publisher =   {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address = {Dagstuhl, Germany},
  URL =     {https://drops.dagstuhl.de/opus/volltexte/2023/19040},
  URN =     {urn:nbn:de:0030-drops-190405},
  doi =     {10.4230/LIPIcs.CP.2023.3},
  annote =  {Keywords: Constraint Programming, Operations Research, Sat Solver}
}

ルーティング ライブラリの引用方法

OR-Tools ルーティング ライブラリを参照している出版物は、 その後、必要に応じてバージョン番号を更新します。

OR-Tools ルーティング ライブラリ v9.10。 Vincent Furnon と Laurent Perron です。 https://developers.google.com/optimization/routing/.

BibTeX:

@software{ortools_routing,
  title = {OR-Tools Routing Library},
  version = { v9.10 },
  author = {Vincent Furnon and Laurent Perron},
  organization = {Google},
  url = {https://developers.google.com/optimization/routing/},
  date = { 2024-05-07 }
}

OR-Tools スイートの引用方法

OR-Tools について言及している出版物は、 使用します。

OR-Tools v9.10 です。Laurent Perron、Vincent Furnon など。 https://developers.google.com/optimization/.

BibTeX:

@software{ortools,
  title = {OR-Tools},
  version = { v9.10 },
  author = {Laurent Perron and Vincent Furnon},
  organization = {Google},
  url = {https://developers.google.com/optimization/},
  date = { 2024-05-07 }
}