[[["易于理解","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"]],["最后更新时间 (UTC):2024-08-29。"],[[["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"]]