![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <memory>
#include <string>
#include <string_view>
#include <tuple>
#include <vector>
#include "fuzztest/domain.h"
#include "fuzztest/fuzztest.h"
#include "fuzztest/googletest_fixture_adapter.h"
#include "fuzztest/init_fuzztest.h"
#include "google/protobuf/message.h"
#include "google/protobuf/text_format.h"
#include "ortools/base/logging.h"
Go to the source code of this file.
Namespaces | |
namespace | fuzztest |
Functions | |
template<class ProtoType> | |
std::vector< std::tuple< ProtoType > > | fuzztest::ReadFilesFromDirectory (std::string_view dir) |