با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
گوگل OR-Tools را در C++ ایجاد کرد، اما میتوانید از آن با پایتون، جاوا یا سی شارپ (در پلتفرم داتنت) نیز استفاده کنید.
OR-Tools را برای پایتون نصب کنید
سریع ترین راه برای دریافت OR-Tools نصب نسخه باینری پایتون است. اگر قبلاً پایتون (نسخه 3.8+ در لینوکس، macOS یا ویندوز) و PIP مدیر بسته Python دارید، میتوانید OR-Tools را به صورت زیر نصب کنید:
تاریخ آخرین بهروزرسانی 2024-08-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["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"]]