Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/base/zipfile.h"
#include "absl/strings/string_view.h"
#include "ortools/base/file.h"
#include "ortools/base/logging.h"
#include "zlib.h"
Go to the source code of this file.
Namespaces | |
namespace | zipfile |
Functions | |
std::shared_ptr< ZipArchive > | zipfile::OpenZipArchive (absl::string_view path, const ZipFileOptions &options) |