pub unsafe extern "C" fn SCIPreoptnodeGetSplitCons(
    reoptnode: *mut SCIP_REOPTNODE,
    vars: *mut *mut SCIP_VAR,
    vals: *mut f64,
    constype: *mut REOPT_CONSTYPE,
    conssize: c_int,
    nvars: *mut c_int
)
Expand description

create the constraint which splits the node stored at ID id on the basis of the stored dual information.