C++ yüklemelerinizi test etmek için bir x64 Yerel Araçlar Komut İstemi açın ve
ikili program dağılımının paketinden çıkardığınız dizin. Daha sonra
şu komutu kullanın:
make test
Bu işlem, VEYA Araçları için bir dizi örnek çalıştırır. Tüm örnekler başarılı olursa
projeyi başarıyla tamamladıktan sonra
VEYA-Araçları'nı kullanmaya başlayın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-22 UTC."],[[["This guide provides instructions for installing OR-Tools for C++ on Windows 10 64-bit systems using Microsoft Visual Studio 2022."],["Before installing, ensure you have Visual Studio 2022 or later with the C++ toolset and access to a x64 Native Tools Command Prompt."],["Download and extract the OR-Tools binary distribution for Visual Studio 2022 from the provided link."],["Validate your installation by running the `make test` command in the extracted directory, which executes example OR-Tools programs."]]],["OR-Tools for C++ on Windows requires a 64-bit Windows 10 system with Visual Studio 2022 (Enterprise or Community Preview 2+). Installation involves downloading and extracting the x64 binary distribution from the provided link. To build from the command line, you **must** use the x64 Native Tools Command Prompt. Validate the installation by opening this prompt, navigating to the extracted directory, and running `make test`. Successful test results confirm readiness to use OR-Tools.\n"]]