[[["이해하기 쉬움","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-29(UTC)"],[[["This guide provides instructions for installing and running OR-Tools, a Python library for optimization, on a Windows 64-bit system with specified prerequisites."],["Before installing OR-Tools, ensure you have the Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64 version) and a compatible 64-bit Python version (3.8.x, 3.9.x, 3.10.x, or 3.11.x) with pip 9.01 or higher."],["OR-Tools can be installed using pip with the command `python3 -m pip install -U --user ortools` (user-specific) or `sudo python3 -m pip install -U ortools` (system-wide)."],["You can run a basic OR-Tools example by downloading the `python_or-tools` repository, navigating to the `examples` directory, and executing `python3 basic_example.py`."]]],["OR-Tools requires Windows 10 64-bit, Microsoft Visual Studio 2022, the Visual C++ Redistributable, and Python (3.8.x to 3.11.x 64-bit). Install OR-Tools using `pip install ortools` or `sudo pip install ortools`. Uninstall with `pip uninstall ortools`. Obtain example code by downloading or cloning the `python_or-tools` repository and navigating to the examples directory. Run the example with `python3 basic_example.py`. Ensure `pip` version is 9.01 or higher.\n"]]