[[["わかりやすい","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 UTC。"],[[["\u003cp\u003eThis guide provides step-by-step instructions for setting up and running a simple OR-Tools application in .NET on Windows 10 (x64).\u003c/p\u003e\n"],["\u003cp\u003eYou need to install prerequisites like Microsoft Visual C++ Redistributable, .NET Core 3.1 SDK (version 3.1.100 or higher), and .NET 6.0 SDK before proceeding.\u003c/p\u003e\n"],["\u003cp\u003eThe guide includes instructions on obtaining the example code from the \u003ccode\u003edotnet_or-tools\u003c/code\u003e GitHub repository and building it using \u003ccode\u003edotnet\u003c/code\u003e commands.\u003c/p\u003e\n"],["\u003cp\u003eFinally, you can execute the built application using \u003ccode\u003edotnet run -c Release\u003c/code\u003e to see OR-Tools in action.\u003c/p\u003e\n"]]],["To use OR-Tools in .Net, ensure you have Windows 10 64-bit, Visual Studio 2022, and the Microsoft Visual C++ Redistributable (x64). Install .NET Core 3.1 SDK (3.1.100+) and .NET 6.0 SDK. Obtain the example code from the `dotnet_or-tools` repository, either by downloading the zip or cloning it. Navigate to the examples directory, build the project with `dotnet build -c Release`, and run it using `dotnet run -c Release`.\n"],null,[]]