| Name | Description | Type | Package | Framework |
| GeneralConstraints | The real-valued constraints define the domain (feasible regions) for a real-valued objective function in a constrained optimization problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.constraint.general | SuanShu |
| GeneralEqualityConstraints | This is the collection of equality constraints for an optimization problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.constraint.general | SuanShu |
| GeneralGreaterThanConstraints | This is the collection of greater-than-or-equal-to constraints for an optimization problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.constraint.general | SuanShu |
| GeneralLessThanConstraints | This is the collection of less-than or equal-to constraints for an optimization problem. | Class | com.numericalmethod.suanshu.optimization.multivariate.constrained.constraint.general | SuanShu |