SCIPfindPricer

Function SCIPfindPricer 

Source
pub unsafe extern "C" fn SCIPfindPricer(
    scip: *mut SCIP,
    name: *const c_char,
) -> *mut SCIP_PRICER
Expand description

returns the variable pricer of the given name, or NULL if not existing