pub unsafe extern "C" fn SCIPisDualSolAvailable(
scip: *mut SCIP,
printreason: c_uint,
) -> c_uintExpand description
check whether the dual solution is available
@note This is used when calling \ref SCIPprintDualSol()
@return is dual solution available?
@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_SOLVED