Package dev.nm.solver.multivariate.constrained.constraint
-
Interface Summary Interface Description Constraints A set of constraints for a (real-valued) optimization problem is a set of functions.EqualityConstraints The domain of an optimization problem may be restricted by equality constraints.GreaterThanConstraints The domain of an optimization problem may be restricted by greater-than or equal-to constraints.LessThanConstraints The domain of an optimization problem may be restricted by less-than or equal-to constraints. -
Class Summary Class Description ConstraintsUtils These are the utility functions for manipulating Constraints.