pub unsafe extern "C" fn SCIPexprcurvMonomialInv(
monomialcurv: SCIP_EXPRCURV,
nfactors: c_int,
exponents: *mut f64,
factorbounds: *mut SCIP_INTERVAL,
factorcurv: *mut SCIP_EXPRCURV,
) -> c_uintExpand description
for a monomial with given bounds for each factor, gives condition on the curvature of each factor, so that monomial has a requested curvature, if possible
@return whether monomialcurv can be achieved