pub unsafe extern "C" fn SCIPgetNlRowNonlinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
nlrow: *mut *mut SCIP_NLROW,
) -> SCIP_RETCODEExpand description
gets the nonlinear constraint as a nonlinear row representation.
pub unsafe extern "C" fn SCIPgetNlRowNonlinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
nlrow: *mut *mut SCIP_NLROW,
) -> SCIP_RETCODEgets the nonlinear constraint as a nonlinear row representation.