Skip to main content

acb_graph_edge_count

Function acb_graph_edge_count 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn acb_graph_edge_count( graph: *mut c_void, ) -> u64
Expand description

Get the number of edges in the graph.

ยงSafety

graph must be a valid, non-null handle from acb_graph_open.