glp_write_maxflow

Function glp_write_maxflow 

Source
pub unsafe extern "C" fn glp_write_maxflow(
    G: *mut glp_graph,
    s: c_int,
    t: c_int,
    a_cap: c_int,
    fname: *const c_char,
) -> c_int