Instalowanie OR-Tools dla domeny .Net z platformy Binary w systemie Windows
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wprowadzenie
Ten przewodnik wyjaśnia, jak zainstalować narzędzia OR-Narzędzia dla domeny .Net w systemie Windows.
Chociaż instrukcje te mogą zadziałać również w innych wersjach systemu Windows,
zostały przetestowane tylko na komputerach spełniających następujące wymagania:
64-bitowy (x86_64) Windows 10 z:
Microsoft Visual Studio Enterprise 2022
Microsoft Visual Studio Community 2022 (wersja przedpremierowa 2 lub nowsza)
Wymagania wstępne
W kolejnych sekcjach opisano wymagania wstępne dotyczące instalacji narzędzi OR.
Aby przetestować instalacje .Net, otwórz wiersz poleceń natywnych narzędzi x64 i przejdź do
katalog, w którym rozpakowano dystrybucję binarną. Następnie wpisz
to polecenie:
tools\make test
Spowoduje to uruchomienie kilku przykładów użycia narzędzi LUB. Jeśli wszystkie przykłady są uruchamiane
możesz przejść do
zacznij korzystać z narzędzi LUB.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["This guide provides instructions for installing Google's OR-Tools for .Net on Windows 10 64-bit systems using Visual Studio 2022."],["Before installation, ensure you have the Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64), .NET Core 3.1 SDK (version 3.1.100 or higher), and .NET 6.0 SDK installed."],["Download and extract the OR-Tools binary distribution for Visual Studio 2022 from the provided link."],["Validate your installation by running a selection of OR-Tools examples using the command `tools\\make test` in the extraction directory within an x64 Native Tools Command Prompt."]]],["This guide details the installation of OR-Tools for .Net on Windows 10 64-bit, specifically for x86_64 architecture. Prerequisites include installing the Microsoft Visual C++ Redistributable for Visual Studio 2022, .NET Core 3.1 SDK, and .Net 6.0 SDK. The installation involves downloading and extracting the binary distribution from the specified link. Validation is performed by opening an x64 Native Tools Command Prompt, navigating to the extracted directory, and running `tools\\make test`.\n"]]