SCIPgetLPColumnObjval

Function SCIPgetLPColumnObjval 

Source
pub unsafe extern "C" fn SCIPgetLPColumnObjval(scip: *mut SCIP) -> f64
Expand description

gets part of objective value of current LP that results from COLUMN variables only

@return the part of objective value of current LP that results from COLUMN variables only.

@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.