ams.opt.optzbase#

Module for optimization base classes.

Functions

ensure_mats_and_parsed(func)

Decorator to ensure that system matrices are built and the OModel is parsed before evaluation.

ensure_symbols(func)

Decorator to ensure that symbols are generated before parsing.

Classes

OptzBase([name, info, unit, model])

Base class for optimization elements.