hierarchy

Classes

AbstractTransformation(**kwds)

Base class for all model transformations that produce abstract models.

ConcreteTransformation(**kwds)

Base class for all model transformations that produce concrete models.

IsomorphicTransformation(**kwds)

Base class for 'lossless' transformations for which a bijective mapping between optimal variable values and the optimal cost exists.

LinearTransformation(**kwds)

Base class for all linear model transformations.

NonIsomorphicTransformation(**kwds)

Base class for 'lossy' transformations for which a bijective mapping between optimal variable values and the optimal cost does not exist.

NonlinearTransformation(**kwds)

Base class for all nonlinear model transformations.