GCC Middle and Back End API Reference
|
Data Fields | |
queue_type | queue_list |
int * | bb_pred |
int * | is_visited |
Structure used in the maximal flow routines to find augmenting path.
int* augmenting_path_type::bb_pred |
Referenced by find_augmenting_path(), find_max_flow(), free_augmenting_path(), and init_augmenting_path().
int* augmenting_path_type::is_visited |
Referenced by find_augmenting_path(), free_augmenting_path(), and init_augmenting_path().
queue_type augmenting_path_type::queue_list |
Referenced by find_augmenting_path(), free_augmenting_path(), and init_augmenting_path().