pub unsafe extern "C" fn SCIPsolCreateLPSol(
sol: *mut *mut SCIP_SOL,
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
prob: *mut SCIP_PROB,
primal: *mut SCIP_PRIMAL,
tree: *mut SCIP_TREE,
lp: *mut SCIP_LP,
heur: *mut SCIP_HEUR,
) -> SCIP_RETCODEExpand description
creates primal CIP solution, initialized to the current LP solution