All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
add_tree_edge(Globals zz,
ST_Agedge_s e) |
static void |
dfs_cutval(ST_Agnode_s v,
ST_Agedge_s par) |
static void |
dfs_enter_inedge(Globals zz,
ST_Agnode_s v) |
static void |
dfs_enter_outedge(Globals zz,
ST_Agnode_s v) |
static int |
dfs_range(ST_Agnode_s v,
ST_Agedge_s par,
int low) |
static ST_Agedge_s |
enter_edge(Globals zz,
ST_Agedge_s e) |
static void |
exchange_tree_edges(Globals zz,
ST_Agedge_s e,
ST_Agedge_s f) |
static int |
feasible_tree(Globals zz) |
static void |
freeTreeList(Globals zz,
ST_Agraph_s g) |
static ST_Agnode_s |
incident(ST_Agedge_s e) |
static void |
init_cutvalues(Globals zz) |
static int |
init_graph(Globals zz,
ST_Agraph_s g) |
static void |
init_rank(Globals zz) |
static ST_Agedge_s |
leave_edge(Globals zz) |
static void |
LR_balance(Globals zz) |
static int |
rank(Globals zz,
ST_Agraph_s g,
int balance,
int maxiter) |
static int |
rank2(Globals zz,
ST_Agraph_s g,
int balance,
int maxiter,
int search_size) |
static void |
rerank(ST_Agnode_s v,
int delta) |
static void |
scan_and_normalize(Globals zz) |
static void |
TB_balance(Globals zz) |
static int |
tight_tree(Globals zz) |
static boolean |
treesearch(Globals zz,
ST_Agnode_s v) |
static ST_Agnode_s |
treeupdate(ST_Agnode_s v,
ST_Agnode_s w,
int cutvalue,
boolean dir) |
static void |
update(Globals zz,
ST_Agedge_s e,
ST_Agedge_s f) |
static void |
x_cutval(ST_Agedge_s f) |
static int |
x_val(ST_Agedge_s e,
ST_Agnode_s v,
int dir) |