SCIPcreateEmptyRowConsExact

Function SCIPcreateEmptyRowConsExact 

Source
pub unsafe extern "C" fn SCIPcreateEmptyRowConsExact(
    scip: *mut SCIP,
    rowexact: *mut *mut SCIP_ROWEXACT,
    fprow: *mut SCIP_ROW,
    fprowrhs: *mut SCIP_ROW,
    lhs: *mut SCIP_RATIONAL,
    rhs: *mut SCIP_RATIONAL,
    isfprelaxable: c_uint,
) -> SCIP_RETCODE
Expand description

creates and captures an LP row without any coefficients from a constraint handler

@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.

@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_INITSOLVE - \ref SCIP_STAGE_SOLVING