pyomo.core.kernel.constraint.constraint([...])
pyomo.core.kernel.constraint.constraint
A general algebraic constraint
pyomo.core.kernel.constraint.linear_constraint([...])
pyomo.core.kernel.constraint.linear_constraint
A linear constraint
pyomo.core.kernel.constraint.constraint_tuple(...)
pyomo.core.kernel.constraint.constraint_tuple
A tuple-style container for objects with category type IConstraint
pyomo.core.kernel.constraint.constraint_list(...)
pyomo.core.kernel.constraint.constraint_list
A list-style container for objects with category type IConstraint
pyomo.core.kernel.constraint.constraint_dict(...)
pyomo.core.kernel.constraint.constraint_dict
A dict-style container for objects with category type IConstraint
pyomo.core.kernel.matrix_constraint.matrix_constraint(A)
pyomo.core.kernel.matrix_constraint.matrix_constraint
A container for constraints of the form lb <= Ax <= ub.