Constraints

Summary

pyomo.core.kernel.constraint.constraint([...])

A general algebraic constraint

pyomo.core.kernel.constraint.linear_constraint([...])

A linear constraint

pyomo.core.kernel.constraint.constraint_tuple(...)

A tuple-style container for objects with category type IConstraint

pyomo.core.kernel.constraint.constraint_list(...)

A list-style container for objects with category type IConstraint

pyomo.core.kernel.constraint.constraint_dict(...)

A dict-style container for objects with category type IConstraint

pyomo.core.kernel.matrix_constraint.matrix_constraint(A)

A container for constraints of the form lb <= Ax <= ub.