OR-도구 및 문제 해결자를 인용하는 방법

OR 도구는 Google 문제 해결사 (CP-SAT, GLOP, PDLP) 및 다수의 오픈소스를 호출하는 데 사용할 수 있는 문제 해결사 독립적 인터페이스입니다. 상용 문제 해결사에 대해 알아봅니다.

CP-SAT 솔버 또는 Flatzinc 백엔드를 인용하는 방법

직접 또는 다음을 통해 CP-SAT 솔버를 참조하는 모든 간행물 선형 솔버 래퍼 (SAT_INTEGER_PROGRAMMING 태그 사용) 또는 Flatzinc 다음과 같이 인용하여 적절하게 버전 번호를 업데이트해야 합니다.

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을 지원합니다. 빈센트 푸르논과 로랑 페론입니다. 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-도구 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 }
}