__init__(**kwds)
|
|
apply(model, **kwds)
|
DEPRECATED. |
apply_to(model, **kwds)
|
Apply the transformation to the given model. |
boundsConstraintRule(lb, ub, attr, vars, model)
|
Produces 'lb < x^+ - x^- < ub' style constraints. |
create_using(model, **kwds)
|
Create a new model with this transformation |
delayedExprMapRule(ruleMap, model[, ndx])
|
Rule intended to return expressions from a lookup table. |
exprMapRule(ruleMap, model[, ndx])
|
Rule intended to return expressions from a lookup table |
noConstraint(*args)
|
|
sumRule(attr, vars, model)
|
Returns a sum expression. |