تاریخ آخرین بهروزرسانی 2024-08-26 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-26 بهوقت ساعت هماهنگ جهانی."],[[["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"]]