BoxConstraints |
This represents the lower and upper bounds for a variable.
|
BoxConstraints.Bound |
A bound constraint for a variable.
|
LinearConstraints |
This is a collection of linear constraints for a real-valued optimization problem.
|
LinearEqualityConstraints |
This is a collection of linear equality constraints.
|
LinearGreaterThanConstraints |
This is a collection of linear greater-than-or-equal-to constraints.
|
LinearLessThanConstraints |
This is a collection of linear less-than-or-equal-to constraints.
|
LowerBoundConstraints |
This is a lower bound constraints such that for all xi's,
xi ≥ b
|
NonNegativityConstraints |
These constraints ensures that for all variables are non-negative.
|
UpperBoundConstraints |
This is an upper bound constraints such that for all xi's,
xi ≤ b
|