วิธีอ้างอิง "OR-Tools" และเครื่องมือแก้โจทย์ปัญหา

OR-เครื่องมือคือชุดเครื่องมือแก้โจทย์ของ Google (CP-SAT, GLOP, PDLP) และอินเทอร์เฟซที่ไม่ขึ้นกับตัวแก้ปัญหาซึ่งใช้เพื่อเรียกใช้เครื่องมือแก้โจทย์คณิตทั้งแบบโอเพนซอร์สและโอเพนซอร์สที่หลากหลายได้

วิธีอ้างอิงตัวแก้โจทย์ CP-SAT หรือแบ็กเอนด์ Flatzinc

สื่อเผยแพร่ใดๆ ที่อ้างอิงตัวแก้โจทย์ CP-SAT ไม่ว่าจะโดยตรงหรือผ่าน Wrapper เครื่องมือแก้โจทย์เชิงเส้น (ที่มีแท็ก SAT_INTEGER_PROGRAMMING) หรือแบ็กเอนด์ Flatzinc ควรอ้างอิงดังนี้โดยอัปเดตหมายเลขเวอร์ชันตามความเหมาะสม

หรือ CP-SAT เวอร์ชัน 9.9 Laurent Perron และ Frédéric Didier https://developers.google.com/optimization/cp/cp_solver

BibTeX:

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

คุณสามารถใช้วิดีโอ Masterclass ของ 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-เครื่องมือ v9.9 Vincent Furnon และ Laurent Perron https://developers.google.com/optimization/routing/

BibTeX:

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

วิธีอ้างอิงชุดเครื่องมือ OR

สื่อเผยแพร่ที่อ้างอิงถึง "หรือ" ควรอ้างอิงแหล่งที่มาดังกล่าวดังต่อไปนี้ โดยอัปเดตหมายเลขเวอร์ชันตามความเหมาะสม

OR-Tools v9.9 Laurent Perron และ Vincent Furnon https://developers.google.com/optimization/

BibTeX:

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