![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <string>#include "absl/status/status.h"#include "absl/strings/string_view.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
Functions | |
| ::absl::Status | operations_research::PortableFileSetContents (absl::string_view file_name, absl::string_view content) |
| ::absl::Status | operations_research::PortableFileGetContents (absl::string_view file_name, std::string *output) |
| ::absl::Status | operations_research::PortableDeleteFile (absl::string_view file_name) |