suffix

Classes

ISuffix(*args, **kwds)

The interface for suffixes.

suffix(*args, **kwds)

A container for storing extraneous model data that can be imported to or exported from a solver.

suffix_dict(*args, **kwds)

A dict-style container for objects with category type ISuffix

Functions

export_suffix_generator(blk[, datatype, ...])

Generates an efficient traversal of all suffixes that have been declared for exporting data.

import_suffix_generator(blk[, datatype, ...])

Generates an efficient traversal of all suffixes that have been declared for importing data.

local_suffix_generator(blk[, datatype, ...])

Generates an efficient traversal of all suffixes that have been declared local data storage.

suffix_generator(blk[, datatype, active, ...])

Generates an efficient traversal of all suffixes that have been declared.