Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "./graph.hpp"
#include "barretenberg/common/assert.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"
#include <algorithm>
#include <array>
#include <stack>
Go to the source code of this file.
Namespaces | |
namespace | cdg |
Functions | |
std::pair< std::vector< uint32_t >, size_t > | cdg::get_connected_component_with_index (const std::vector< std::vector< uint32_t > > &connected_components, size_t index) |
this method returns connected component with a given index and its size | |