#include <algorithm>#include <memory>#include <string>#include <vector>#include "ortools/base/integral_types.h"#include "ortools/base/logging.h"#include "ortools/base/macros.h"#include "ortools/graph/ebert_graph.h"#include "ortools/graph/flow_problem.pb.h"#include "ortools/graph/graph.h"#include "ortools/util/stats.h"#include "ortools/util/zvector.h"Go to the source code of this file.
Classes | |
| class | operations_research::GenericMaxFlow< Graph > |
| Forward declaration. More... | |
| class | operations_research::SimpleMaxFlow |
| A simple and efficient max-cost flow interface. More... | |
| class | operations_research::PriorityQueueWithRestrictedPush< Element, IntegerPriority > |
| Specific but efficient priority queue implementation. More... | |
| class | operations_research::MaxFlowStatusClass |
| We want an enum for the Status of a max flow run, and we want this enum to be scoped under GenericMaxFlow<>. More... | |
| class | operations_research::GenericMaxFlow< Graph > |
| Forward declaration. More... | |
| class | operations_research::MaxFlow |
| Default instance MaxFlow that uses StarGraph. More... | |
Namespaces | |
| operations_research | |
| Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | |