![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include "ortools/base/temp_file.h"#include <cstdint>#include <string>#include "absl/status/statusor.h"#include "absl/strings/str_format.h"#include "absl/strings/string_view.h"#include "absl/time/clock.h"#include "ortools/base/logging.h"#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | file |
Functions | |
| ::absl::StatusOr< std::string > | file::MakeTempFilename (absl::string_view directory, absl::string_view file_prefix) |