|
Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
|
#include "solvers/MaxFlowSolver.hpp"#include "ortools/graph/max_flow.h"#include <vector>#include <cassert>Go to the source code of this file.
Classes | |
| class | ORToolsSolver< T > |
MaxFlowSolver backed by Google OR-Tools SimpleMaxFlow. More... | |