SCIPsolTransform

Function SCIPsolTransform 

Source
pub unsafe extern "C" fn SCIPsolTransform(
    sol: *mut SCIP_SOL,
    transsol: *mut *mut SCIP_SOL,
    blkmem: *mut BMS_BLKMEM,
    set: *mut SCIP_SET,
    primal: *mut SCIP_PRIMAL,
) -> SCIP_RETCODE
Expand description

transformes given original solution to the transformed space; a corresponding transformed solution has to be given which is copied into the existing solution and freed afterwards