pub unsafe extern "C" fn SCIPexprcurvMonomial(
nfactors: c_int,
exponents: *mut f64,
factoridxs: *mut c_int,
factorcurv: *mut SCIP_EXPRCURV,
factorbounds: *mut SCIP_INTERVAL,
) -> SCIP_EXPRCURVExpand description
gives curvature for a monomial with given curvatures and bounds for each factor
See Maranas and Floudas, Finding All Solutions of Nonlinearly Constrained Systems of Equations, JOGO 7, 1995 for the categorization in the case that all factors are linear.
Exponents can also be negative or rational.