pub unsafe extern "C" fn SCIPgetVarSol(
scip: *mut SCIP,
var: *mut SCIP_VAR,
) -> f64Expand description
gets solution value for variable in current node
@return solution value for variable in current node
@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_PRESOLVED - \ref SCIP_STAGE_SOLVING