__init__ ()
|
Initialize transformation object. |
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_all_M_values (model)
|
Returns a dictionary mapping each constraint, disjunct pair (where the constraint is on a disjunct and the disjunct is in the same disjunction as that disjunct) to a tuple: (lower_M_value, upper_M_value), where either can be None if the constraint does not have a lower or upper bound (respectively). |
get_src_constraint ()
|
Return the original Constraint whose transformed counterpart is transformedConstraint |
get_src_constraints (transformedConstraint)
|
Return the original Constraints whose transformed counterpart is transformedConstraint |
get_src_disjunct ()
|
Return the Disjunct object whose transformed components are on transBlock. |
get_src_disjunction ()
|
Return the Disjunction corresponding to xor_constraint |
get_transformed_constraints ()
|
Return the transformed version of srcConstraint |