ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
sm_element_struct Struct Reference

#include <sparse.h>

Public Attributes

int row_num
 
int col_num
 
sm_elementnext_row
 
sm_elementprev_row
 
sm_elementnext_col
 
sm_elementprev_col
 
char * user_word
 

Detailed Description

Definition at line 30 of file sparse.h.

Member Data Documentation

◆ col_num

int sm_element_struct::col_num

Definition at line 32 of file sparse.h.

◆ next_col

sm_element* sm_element_struct::next_col

Definition at line 35 of file sparse.h.

◆ next_row

sm_element* sm_element_struct::next_row

Definition at line 33 of file sparse.h.

◆ prev_col

sm_element* sm_element_struct::prev_col

Definition at line 36 of file sparse.h.

◆ prev_row

sm_element* sm_element_struct::prev_row

Definition at line 34 of file sparse.h.

◆ row_num

int sm_element_struct::row_num

Definition at line 31 of file sparse.h.

◆ user_word

char* sm_element_struct::user_word

Definition at line 37 of file sparse.h.


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