Para testar suas instalações do .Net, abra um prompt de comando das ferramentas nativas x64 e navegue até
o diretório em que você descompactou a distribuição binária. Em seguida, insira
seguinte comando:
tools\make test
Isso executa uma seleção de exemplos para as ferramentas OR. Se todos os exemplos forem executados
com sucesso, está tudo pronto
começar a usar o OR-Tools.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]