public class GeneralLessThanConstraints extends GeneralConstraints implements LessThanConstraints
| Constructor and Description |
|---|
GeneralLessThanConstraints(Collection<RealScalarFunction> constraints)
Construct an instance of less-than or equal-to inequality constraints from a collection of real-valued functions.
|
GeneralLessThanConstraints(RealScalarFunction... constraints)
Construct an instance of less-than or equal-to inequality constraints from an array of real-valued functions.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralGreaterThanConstraints |
toGreaterThanConstraints()
Convert the less-than or equal-to constraints to greater-than or equal-to constraints.
|
dimension, getConstraints, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimension, getConstraints, sizepublic GeneralLessThanConstraints(Collection<RealScalarFunction> constraints)
constraints - the less-than or equal-to inequality constraintspublic GeneralLessThanConstraints(RealScalarFunction... constraints)
constraints - the less-than or equal-to inequality constraintspublic GeneralGreaterThanConstraints toGreaterThanConstraints()
LessThanConstraintstoGreaterThanConstraints in interface LessThanConstraintsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.