pub unsafe extern "C" fn SCIPhasCurrentNodeLP(
scip: *mut SCIP,
) -> c_uintExpand description
returns whether the LP was or is to be solved in the current node
@return whether the LP was or is to be solved in the current node.
@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.