#include "absl/strings/string_view.h"
#include "ortools/set_cover/set_cover_model.h"
Go to the source code of this file.
|
| SetCoverModel | operations_research::ReadOrlibScp (absl::string_view filename) |
| SetCoverModel | operations_research::ReadOrlibRail (absl::string_view filename) |
| SetCoverModel | operations_research::ReadFimiDat (absl::string_view filename) |
| SetCoverModel | operations_research::ReadSetCoverProto (absl::string_view filename, bool binary) |
| void | operations_research::WriteOrlibScp (const SetCoverModel &model, absl::string_view filename) |
| void | operations_research::WriteOrlibRail (const SetCoverModel &model, absl::string_view filename) |
| void | operations_research::WriteSetCoverProto (const SetCoverModel &model, absl::string_view filename, bool binary) |
| SubsetBoolVector | operations_research::ReadSetCoverSolutionText (absl::string_view filename) |
| SubsetBoolVector | operations_research::ReadSetCoverSolutionProto (absl::string_view filename, bool binary) |
| void | operations_research::WriteSetCoverSolutionText (const SetCoverModel &model, const SubsetBoolVector &solution, absl::string_view filename) |
| void | operations_research::WriteSetCoverSolutionProto (const SetCoverModel &model, const SubsetBoolVector &solution, absl::string_view filename, bool binary) |