Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <string>
#include <string_view>
#include <vector>
#include "absl/status/status.h"
#include "ortools/base/file.h"
Go to the source code of this file.
Namespaces | |
namespace | file |
Functions | |
absl::Status | file::Match (std::string_view pattern, std::vector< std::string > *result, const file::Options &options) |
absl::Status | file::IsDirectory (std::string_view path, const file::Options &options) |
absl::Status | file::RecursivelyCreateDir (std::string_view path, const file::Options &options) |