__init__()
|
|
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 |
get_src_component(cons)
|
|
get_transformed_component(cons)
|
|
get_transformed_nonlinear_constraints(model)
|
Given a model that has been transformed with contrib.piecewise.nonlinear_to_pwl, return the list of general (not quadratic) nonlinear Constraints that were approximated with PiecewiseLinearFunctions |
get_transformed_nonlinear_objectives(model)
|
Given a model that has been transformed with contrib.piecewise.nonlinear_to_pwl, return the list of general (not quadratic) nonlinear Constraints that were approximated with PiecewiseLinearFunctions |
get_transformed_quadratic_constraints(model)
|
Given a model that has been transformed with contrib.piecewise.nonlinear_to_pwl, return the list of quadratic Constraints that were approximated with PiecewiseLinearFunctions |
get_transformed_quadratic_objectives(model)
|
Given a model that has been transformed with contrib.piecewise.nonlinear_to_pwl, return the list of quadratic Constraints that were approximated with PiecewiseLinearFunctions |