pub unsafe extern "C" fn SCIPsolCreateOriginal(
sol: *mut *mut SCIP_SOL,
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
origprob: *mut SCIP_PROB,
primal: *mut SCIP_PRIMAL,
tree: *mut SCIP_TREE,
heur: *mut SCIP_HEUR,
) -> SCIP_RETCODEExpand description
creates primal CIP solution in original problem space, initialized to the offset in the original problem