To test your .Net installations, open a x64 Native Tools Command Prompt and navigate to
the directory where you unpacked the binary distribution. Then enter the
following command:
tools\maketest
This runs a selection of examples for OR-Tools. If all the examples run
successfully, you are ready to
get started with OR-Tools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-16 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"]]