RadixLinearization
(class from pyomo.core.plugins.transform.radix_linearization
)
- class pyomo.core.plugins.transform.radix_linearization.RadixLinearization(**kwds)[source]
Bases:
Transformation
This plugin generates linear relaxations of bilinear problems using the multiparametric disaggregation technique of Kolodziej, Castro, and Grossmann. See:
- Scott Kolodziej, Pedro M. Castro, and Ignacio E. Grossmann. “Global
optimization of bilinear programs with a multiparametric disaggregation technique.” J.Glob.Optim 57 pp.1039-1063. 2013. (DOI 10.1007/s10898-012-0022-1)
- __init__(**kwds)
Methods
__init__
(**kwds)apply
(model, **kwds)DEPRECATED.
apply_to
(model, **kwds)Apply the transformation to the given model.
create_using
(model, **kwds)Create a new model with this transformation
Member Documentation
- apply(model, **kwds)
DEPRECATED.
Deprecated since version 4.3.11323: Transformation.apply() has been deprecated. Please use either Transformation.apply_to() for in-place transformations or Transformation.create_using() for transformations that create a new, independent transformed model instance.
- apply_to(model, **kwds)
Apply the transformation to the given model.
- create_using(model, **kwds)
Create a new model with this transformation