Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
set_cover_reader.cc File Reference
#include "ortools/algorithms/set_cover_reader.h"
#include <cctype>
#include <cstddef>
#include <cstdint>
#include "absl/log/check.h"
#include "absl/strings/numbers.h"
#include "absl/strings/string_view.h"
#include "ortools/algorithms/set_cover_model.h"
#include "ortools/base/file.h"
#include "ortools/base/logging.h"
#include "ortools/base/options.h"
#include "ortools/util/filelineiter.h"

Go to the source code of this file.

Classes

class  operations_research::SetCoverReader
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 

Functions

SetCoverModel operations_research::ReadBeasleySetCoverProblem (absl::string_view filename)
 
SetCoverModel operations_research::ReadRailSetCoverProblem (absl::string_view filename)