Function GRBFSolve

Source
pub unsafe extern "C" fn GRBFSolve(
    model: *mut GRBmodel,
    b: *mut GRBsvec,
    x: *mut GRBsvec,
) -> c_int