Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Bạn có thể cài đặt OR-Tools cho C++ qua tệp phân phối nhị phân hoặc từ mã nguồn. Tuỳ chọn nhị phân dễ sử dụng hơn, vì vậy, bạn nên chọn chế độ này trừ phi bạn định sửa đổi mã nguồn.
Phân phối nhị phân
Hướng dẫn sau đây giải thích cách cài đặt OR-Tools cho C++ qua một bản phân phối nhị phân:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-08-09 UTC."],[[["OR-Tools for C++ can be installed using pre-built binary distributions or by compiling from the source code."],["Binary installation is recommended for most users and is the easiest method, providing platform-specific instructions for Linux, macOS, and Windows."],["Building from source is necessary for modifying the OR-Tools code or integrating third-party solvers, with detailed guides available for Linux, macOS, and Windows."],["Users intending to use third-party solvers with OR-Tools must build from source."]]],["OR-Tools for C++ can be installed via binary distribution or from source code. Binary installation is recommended for ease, unless source code modification is needed. Building from source is required to use third-party solvers. Binary installation guides are available for Linux, macOS, and Windows. Source installation guides are also available for Linux, macOS, and Windows, offering an alternative to the binary method.\n"]]