Google에서 C++로 OR 도구를 만들었지만 Python, Java 또는 C#에서도 사용할 수 있습니다.
(.NET 플랫폼에서)
Python용 OR 도구 설치
OR 도구를 가져오는 가장 빠른 방법은 Python 바이너리 버전을 설치하는 것입니다.
이미 Python (Linux, macOS 또는 Windows의 경우 버전 3.8 이상)이 있고
Python 패키지 관리자 PIP를 사용하는 경우
다음과 같은 OR 도구를 사용합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-23(UTC)"],[[["Google's OR-Tools, primarily built in C++, offers software libraries for tackling optimization problems and is available for Python, Java, and C# (.NET)."],["Users can quickly install OR-Tools for Python using pip with the command `python -m pip install ortools`, preferably within a virtual environment."],["Detailed installation guides and prerequisites for all supported languages (C++, .NET, Java, Python) are accessible through provided links."],["Pre-built binaries for various operating systems and architectures are available for download, along with source files for custom installations."],["While OR-Tools supports third-party solvers, they necessitate installation from source files."]]],["OR-Tools, initially created in C++, is accessible via Python, Java, and C#. For Python, install using `python -m pip install ortools`, preferably within a virtual environment. Installation instructions and prerequisites are available for C++, .Net, Java, and Python. Binary distributions, including Python wheel files and prebuilt C++, .Net, and Java archives for various Linux, macOS, and Windows versions, are provided. Source files and older versions can be downloaded, and third-party solver users must install from source.\n"]]