如何引用或工具及其解題工具

OR-Tools 是一套 Google 解題工具 (CP-SAT、GLOP、PDLP) 及 獨立於解題工具的介面,可用來呼叫多種開放原始碼 以及商業解題工具

如何引用 CP-SAT 解析器或 Flatzinc 後端

任何涉及 CP-SAT 解題工具的出版品,或透過 線性解題工具包裝函式 (搭配 SAT_INTEGER_PROGRAMMING 代碼) 或 Flatzinc 後端,應按以下方式引用,並視情況更新版本號碼:

OR-Tools CP-SAT 9.10 版。Laurent Perron 和 Frédéric Didier。 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》的 Constraint Programming 大師課程 也可當做參考

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 轉送程式庫 9.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-工具套件

凡是提及 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 }
}