Function SCIPgetPricers

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

returns the array of currently available variable pricers; active pricers are in the first slots of the array