objective

Classes

IndexedObjective(*args, **kwds)

Objective(*args, **kwds)

This modeling component defines an objective expression.

ObjectiveData([expr, sense, component])

This class defines the data for a single objective.

ObjectiveList(*args, **kwds)

An objective component that represents a list of objectives.

ScalarObjective(*args, **kwds)

ScalarObjective is the implementation representing a single, non-indexed objective.

SimpleObjective(*args, **kwargs)

TemplateObjectiveData(template_info, ...)

Functions

simple_objective_rule(rule)

This is a decorator that translates None into Objective.Skip.

simple_objectivelist_rule(rule)

This is a decorator that translates None into ObjectiveList.End.