.Net के लिए OR-टूल NuGet का इस्तेमाल करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
परिचय
इस गाइड की मदद से, .Net पर OR-टूल का इस्तेमाल करना आसान हो जाता है
उदाहरण के लिए.
हालांकि, ये निर्देश Windows के अन्य वैरिएंट पर भी काम कर सकते हैं, लेकिन
इनकी सिर्फ़ उन मशीनों पर टेस्ट किया है जो नीचे दी गई ज़रूरी शर्तों को पूरा करती हैं:
Windows 10 64-बिट (x86_64) के साथ:
Microsoft Visual Studio Enterprise 2022
Microsoft Visual Studio कम्यूनिटी 2022 प्रीव्यू 2 या उसके बाद के वर्शन
ज़रूरी शर्तें
OR-टूल इंस्टॉल करने के लिए ज़रूरी शर्तों के बारे में यहां दिए गए सेक्शन में बताया गया है.
Microsoft Visual C++ फिर से डिस्ट्रिब्यूट किया जा सकता है
[[["समझने में आसान है","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) को अपडेट किया गया."],[],["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"]]