To test your .Net installations, open a terminal window and navigate to
the directory where you unpacked the binary distribution. Then enter the
following command:
make test
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 various Linux distributions, specifically focusing on the x86_64 architecture."],["Before installing OR-Tools, ensure you have .Net Core SDK 3.1 or higher installed, with specific instructions provided for different Linux distributions."],["Download the appropriate OR-Tools binary distribution for your Linux system from the provided links and extract it."],["Validate your installation by running the `make test` command in the extracted directory to execute sample OR-Tools examples."],["Upon successful completion of the tests, you are ready to begin using OR-Tools for your .Net projects."]]],["This guide details installing OR-Tools for .Net on various 64-bit Linux distributions. First, the .Net Core SDK (version 3.1 or higher) needs to be installed using specific commands for each OS like: `apk add dotnet6-sdk` (Alpine), `sudo yum install -y dotnet-sdk-6.0` (Centos), `sudo apt install -y dotnet-sdk-6.0` (Ubuntu), or similar instructions. Next, download and extract the corresponding OR-Tools binary distribution for the specific Linux version. Finally, validate the installation by running `make test` in the extracted directory.\n"]]