SCIPgetLPSolstat

Function SCIPgetLPSolstat 

Source
pub unsafe extern "C" fn SCIPgetLPSolstat(
    scip: *mut SCIP,
) -> SCIP_LPSOLSTAT
Expand description

gets solution status of current LP

@return the solution status of current LP.

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING

See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.