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

OR-Tools는 Google 솔버 모음 (CP-SAT, GLOP, PDLP)으로, 다양한 오픈소스 및 상업용 솔버를 호출하는 데 사용할 수 있는 솔버 독립적 인터페이스입니다.

CP-SAT 문제 해결사 또는 Flatzinc 백엔드를 인용하는 방법

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

OR-Tools CP-SAT v9.9. 로랑 페롱, 프레데릭 디디에르. 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 }
}

제약 조건 프로그래밍에 관한 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.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를 참조하는 모든 간행물은 다음과 같이 이를 인용하여 버전 번호를 적절하게 업데이트해야 합니다.

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 }
}