[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-22 (世界標準時間)。"],[[["This guide provides instructions for installing Google's OR-Tools for .Net on MacOS Ventura (Intel and M1)."],["Before installing OR-Tools, you need to set up prerequisites including Xcode Command Line Tools, Homebrew, and the .Net 6.0 SDK."],["OR-Tools can be installed by downloading the binary distribution for your system (Intel or M1) and extracting it."],["Validate your installation by running the provided test command within the extracted directory, ensuring all examples execute successfully."]]],["First, install the Xcode Command Line Tools by running `xcode-select --install` in the terminal and verifying with `xcode-select -p`. Next, install Homebrew using the provided command and confirm with `brew --version`. Then, install the .Net 6.0 SDK via `brew cask install dotnet-sdk`, checking it with `dotnet --info`. Download and extract the correct OR-Tools binary for your MacOS system. Finally, navigate to the extracted directory in the terminal and run `make test` to validate the installation.\n"]]