Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
cdg::ConnectedComponent Struct Reference

#include <graph.hpp>

Public Member Functions

 ConnectedComponent ()=default
 
 ConnectedComponent (const std::vector< uint32_t > &vector)
 
size_t size () const
 
const std::vector< uint32_t > & vars () const
 

Public Attributes

std::vector< uint32_t > variable_indices
 
bool is_range_list_cc
 
bool is_finalize_cc
 

Detailed Description

Definition at line 51 of file graph.hpp.

Constructor & Destructor Documentation

◆ ConnectedComponent() [1/2]

cdg::ConnectedComponent::ConnectedComponent ( )
default

◆ ConnectedComponent() [2/2]

cdg::ConnectedComponent::ConnectedComponent ( const std::vector< uint32_t > &  vector)
inline

Definition at line 56 of file graph.hpp.

Member Function Documentation

◆ size()

size_t cdg::ConnectedComponent::size ( ) const
inline

Definition at line 60 of file graph.hpp.

◆ vars()

const std::vector< uint32_t > & cdg::ConnectedComponent::vars ( ) const
inline

Definition at line 61 of file graph.hpp.

Member Data Documentation

◆ is_finalize_cc

bool cdg::ConnectedComponent::is_finalize_cc

Definition at line 54 of file graph.hpp.

◆ is_range_list_cc

bool cdg::ConnectedComponent::is_range_list_cc

Definition at line 53 of file graph.hpp.

◆ variable_indices

std::vector<uint32_t> cdg::ConnectedComponent::variable_indices

Definition at line 52 of file graph.hpp.


The documentation for this struct was generated from the following file: